Internal: a frame of a PowerPoint7Graph. More...
 
  
| Public Types | |
| enum | Type { Arc, Line, Group, Placeholder, Polygon, Rect, Unknown } | 
| the frame type  More... | |
| Public Member Functions | |
| Frame (Type type=Unknown) | |
| constructor  More... | |
| virtual | ~Frame () | 
| destructor  More... | |
| virtual void | getTextZoneList (std::vector< int > &textIdList) const | 
| try to update the list of text sub zone  More... | |
| Public Attributes | |
| enum Type | m_type | 
| the type:  More... | |
| int | m_subType | 
| the sub type  More... | |
| MWAWBox2i | m_dimension | 
| the dimension  More... | |
| float | m_rotation | 
| the rotation  More... | |
| bool | m_flip [2] | 
| the flip flags: horizontal and vertical  More... | |
| MWAWGraphicStyle | m_style | 
| the style  More... | |
| int | m_pictureId | 
| the picture id(if positif)  More... | |
| int | m_textId | 
| the text id(if positif)  More... | |
| bool | m_isBackground | 
| a flag to know if this is the slide's background  More... | |
| bool | m_isSent | 
| flag to know if a frame is sent  More... | |
Internal: a frame of a PowerPoint7Graph.
| 
 | virtual | 
destructor
| 
 | inlinevirtual | 
try to update the list of text sub zone
Reimplemented in PowerPoint7GraphInternal::FrameGroup.
| MWAWBox2i PowerPoint7GraphInternal::Frame::m_dimension | 
the dimension
Referenced by PowerPoint7Graph::sendFrame().
| bool PowerPoint7GraphInternal::Frame::m_flip[2] | 
the flip flags: horizontal and vertical
Referenced by Frame(), and PowerPoint7Graph::sendFrame().
| bool PowerPoint7GraphInternal::Frame::m_isBackground | 
a flag to know if this is the slide's background
Referenced by PowerPoint7Graph::sendFrame().
| 
 | mutable | 
flag to know if a frame is sent
Referenced by PowerPoint7Graph::sendFrame().
| int PowerPoint7GraphInternal::Frame::m_pictureId | 
the picture id(if positif)
Referenced by PowerPoint7Graph::sendFrame().
| float PowerPoint7GraphInternal::Frame::m_rotation | 
the rotation
Referenced by PowerPoint7Graph::sendFrame().
| MWAWGraphicStyle PowerPoint7GraphInternal::Frame::m_style | 
the style
Referenced by PowerPoint7Graph::sendFrame().
| int PowerPoint7GraphInternal::Frame::m_subType | 
the sub type
Referenced by PowerPoint7Graph::sendFrame().
| int PowerPoint7GraphInternal::Frame::m_textId | 
the text id(if positif)
Referenced by getTextZoneList(), PowerPoint7GraphInternal::SubDocument::operator!=(), PowerPoint7GraphInternal::SubDocument::parse(), and PowerPoint7Graph::sendFrame().
| enum Type PowerPoint7GraphInternal::Frame::m_type | 
the type:
Referenced by PowerPoint7Graph::sendFrame().