Internal: the shape of a ScoopParser. More...
Public Member Functions | |
Shape () | |
constructor More... | |
Public Attributes | |
int | m_type |
the shape type More... | |
MWAWGraphicStyle | m_style |
the graphic style More... | |
int | m_mode |
the mode: 0 copy, 1: or, ... More... | |
int | m_page |
the page More... | |
MWAWBox2f | m_boxes [2] |
the bounding boxes: final and original More... | |
int | m_rotation |
the rotation More... | |
int | m_verticalMode |
the vertical position: 0: center, 1: bottom, 2: top, 3: justify More... | |
bool | m_flips [2] |
the flip flags More... | |
int | m_local [2] |
the local values: circle: angles, rect: round dimension More... | |
std::vector< MWAWVec2i > | m_vertices |
the vertices: poly, spline, ... More... | |
long | m_textId |
the text main id More... | |
int | m_textLinkId |
the text link id More... | |
long | m_ids [4] |
the list of ids More... | |
MWAWEntry | m_entries [4] |
the list of entries More... | |
std::vector< Shape > | m_children |
the list of children: group More... | |
Internal: the shape of a ScoopParser.
|
inline |
constructor
MWAWBox2f ScoopParserInternal::Shape::m_boxes[2] |
the bounding boxes: final and original
Referenced by ScoopParser::readShape(), and ScoopParser::send().
std::vector<Shape> ScoopParserInternal::Shape::m_children |
the list of children: group
Referenced by ScoopParser::readShape(), and ScoopParser::send().
MWAWEntry ScoopParserInternal::Shape::m_entries[4] |
the list of entries
Referenced by ScoopParser::readShape(), and ScoopParser::send().
bool ScoopParserInternal::Shape::m_flips[2] |
the flip flags
Referenced by ScoopParser::readShape(), ScoopParser::send(), and Shape().
long ScoopParserInternal::Shape::m_ids[4] |
the list of ids
Referenced by ScoopParser::readShape(), and Shape().
int ScoopParserInternal::Shape::m_local[2] |
the local values: circle: angles, rect: round dimension
Referenced by ScoopParser::readShape(), ScoopParser::send(), and Shape().
int ScoopParserInternal::Shape::m_mode |
the mode: 0 copy, 1: or, ...
Referenced by ScoopParser::readShape().
int ScoopParserInternal::Shape::m_page |
the page
Referenced by ScoopParser::readShape().
int ScoopParserInternal::Shape::m_rotation |
the rotation
Referenced by ScoopParser::readShape(), and ScoopParser::send().
MWAWGraphicStyle ScoopParserInternal::Shape::m_style |
the graphic style
Referenced by ScoopParser::readShape(), and ScoopParser::send().
long ScoopParserInternal::Shape::m_textId |
the text main id
Referenced by ScoopParser::readShape(), and ScoopParser::send().
int ScoopParserInternal::Shape::m_textLinkId |
the text link id
Referenced by ScoopParser::readShape(), and ScoopParser::send().
int ScoopParserInternal::Shape::m_type |
the shape type
Referenced by ScoopParser::readShape(), and ScoopParser::send().
int ScoopParserInternal::Shape::m_verticalMode |
the vertical position: 0: center, 1: bottom, 2: top, 3: justify
Referenced by ScoopParser::readShape(), and ScoopParser::send().
std::vector<MWAWVec2i> ScoopParserInternal::Shape::m_vertices |
the vertices: poly, spline, ...
Referenced by ScoopParser::readShape(), and ScoopParser::send().