Internal: a polygon of a PowerPoint3Parser. More...
Public Member Functions | |
Polygon () | |
constructor More... | |
bool | updateShape (MWAWBox2f const &finalBox, MWAWGraphicShape &shape) const |
update the shape More... | |
Public Attributes | |
int | m_type |
the polygon type More... | |
MWAWBox2i | m_box |
the bdbox More... | |
std::vector< MWAWVec2f > | m_vertices |
the list of points More... | |
Internal: a polygon of a PowerPoint3Parser.
|
inline |
constructor
bool PowerPoint3ParserInternal::Polygon::updateShape | ( | MWAWBox2f const & | finalBox, |
MWAWGraphicShape & | shape | ||
) | const |
update the shape
MWAWBox2i PowerPoint3ParserInternal::Polygon::m_box |
the bdbox
int PowerPoint3ParserInternal::Polygon::m_type |
the polygon type
Referenced by updateShape().
std::vector<MWAWVec2f> PowerPoint3ParserInternal::Polygon::m_vertices |
the list of points
Referenced by updateShape().