Public Types | |
enum | Type { Basic, Bitmap, Group, GroupEnd, Text, Unknown } |
the different shape More... | |
Public Member Functions | |
Shape () | |
constructor More... | |
MWAWBox2f | getBdBox () const |
return the shape bdbox More... | |
Public Attributes | |
Type | m_type |
the graphic type More... | |
MWAWBox2f | m_box |
the shape bdbox More... | |
MWAWGraphicStyle | m_style |
the graphic style More... | |
MWAWGraphicShape | m_shape |
the graphic shape ( for basic geometric form ) More... | |
int | m_id |
the shape id More... | |
int | m_nextId |
the following id (if set) More... | |
MWAWFont | m_font |
the font ( for a text box) More... | |
MWAWParagraph | m_paragraph |
the paragraph ( for a text box) More... | |
MWAWEntry | m_textEntry |
the textbox entry (main text) More... | |
std::vector< size_t > | m_childList |
the child list ( for a group ) More... | |
int | m_numBytesByRow |
the number of bytes by row (for a bitmap) More... | |
MWAWBox2i | m_bitmapDim |
the bitmap dimension (in page) More... | |
MWAWBox2i | m_bitmapFileDim |
the bitmap dimension (in the file) More... | |
MWAWEntry | m_bitmapEntry |
the bitmap entry (data) More... | |
bool | m_isSent |
a flag used to know if the object is sent to the listener or not More... | |
|
inline |
constructor
|
inline |
return the shape bdbox
Referenced by MacDrawParser::send().
MWAWBox2i MacDrawParserInternal::Shape::m_bitmapDim |
the bitmap dimension (in page)
Referenced by MacDrawParser::sendBitmap().
MWAWEntry MacDrawParserInternal::Shape::m_bitmapEntry |
the bitmap entry (data)
Referenced by MacDrawParser::sendBitmap().
MWAWBox2i MacDrawParserInternal::Shape::m_bitmapFileDim |
the bitmap dimension (in the file)
Referenced by MacDrawParser::sendBitmap().
MWAWBox2f MacDrawParserInternal::Shape::m_box |
the shape bdbox
Referenced by getBdBox().
std::vector<size_t> MacDrawParserInternal::Shape::m_childList |
the child list ( for a group )
Referenced by MacDrawParser::send().
MWAWFont MacDrawParserInternal::Shape::m_font |
the font ( for a text box)
Referenced by MacDrawParser::sendText().
int MacDrawParserInternal::Shape::m_id |
the shape id
Referenced by MacDrawParser::send().
|
mutable |
a flag used to know if the object is sent to the listener or not
Referenced by MacDrawParser::parse(), MacDrawParser::send(), and MacDrawParser::sendText().
int MacDrawParserInternal::Shape::m_nextId |
the following id (if set)
Referenced by MacDrawParser::parse().
int MacDrawParserInternal::Shape::m_numBytesByRow |
the number of bytes by row (for a bitmap)
Referenced by MacDrawParser::sendBitmap().
MWAWParagraph MacDrawParserInternal::Shape::m_paragraph |
the paragraph ( for a text box)
Referenced by MacDrawParser::sendText().
MWAWGraphicShape MacDrawParserInternal::Shape::m_shape |
the graphic shape ( for basic geometric form )
Referenced by getBdBox(), and MacDrawParser::send().
MWAWGraphicStyle MacDrawParserInternal::Shape::m_style |
the graphic style
Referenced by MacDrawParser::send().
MWAWEntry MacDrawParserInternal::Shape::m_textEntry |
the textbox entry (main text)
Referenced by MacDrawParser::sendText().
Type MacDrawParserInternal::Shape::m_type |
the graphic type
Referenced by getBdBox(), MacDrawParser::send(), and MacDrawParser::sendBitmap().