Internal: a polygon of a PowerPoint7Graph. More...
Public Member Functions | |
FramePolygon () | |
constructor | |
~FramePolygon () | |
destructor | |
bool | updateShape (MWAWBox2f const &finalBox, MWAWGraphicShape &shape) const |
update the shape | |
![]() | |
Frame (Type type=Unknown) | |
constructor | |
virtual | ~Frame () |
destructor | |
virtual void | getTextZoneList (std::vector< int > &textIdList) const |
try to update the list of text sub zone | |
Public Attributes | |
std::vector< MWAWVec2i > | m_vertices |
the vertices | |
![]() | |
enum Type | m_type |
the type: | |
int | m_subType |
the sub type | |
MWAWBox2i | m_dimension |
the dimension | |
float | m_rotation |
the rotation | |
bool | m_flip [2] |
the flip flags: horizontal and vertical | |
MWAWGraphicStyle | m_style |
the style | |
int | m_pictureId |
the picture id(if positif) | |
int | m_textId |
the text id(if positif) | |
bool | m_isBackground |
a flag to know if this is the slide's background | |
bool | m_isSent |
flag to know if a frame is sent | |
Additional Inherited Members | |
![]() | |
enum | Type { Arc , Line , Group , Placeholder , Polygon , Rect , Unknown } |
the frame type More... | |
Internal: a polygon of a PowerPoint7Graph.
|
inline |
constructor
PowerPoint7GraphInternal::FramePolygon::~FramePolygon | ( | ) |
destructor
bool PowerPoint7GraphInternal::FramePolygon::updateShape | ( | MWAWBox2f const & | finalBox, |
MWAWGraphicShape & | shape | ||
) | const |
update the shape
std::vector<MWAWVec2i> PowerPoint7GraphInternal::FramePolygon::m_vertices |
the vertices