Internal: the graphic zone of a GreatWksGraph. More...
Public Types | |
| enum | Type { T_BAD, T_BASIC, T_GROUP, T_PICTURE, T_TEXT, T_DBFIELD, T_UNSET } |
| the frame type More... | |
Public Member Functions | |
| Frame () | |
| constructor | |
| virtual | ~Frame () |
| destructor | |
| virtual Type | getType () const |
| return the frame type | |
| virtual void | print (std::ostream &o) const |
| a virtual print function | |
Public Attributes | |
| int | m_type |
| the zone type | |
| int | m_styleId |
| the style identifier | |
| int | m_parent |
| the parent identifier | |
| int | m_order |
| the z order | |
| long | m_dataSize |
| the data size ( if know) | |
| MWAWBox2f | m_box |
| the zone bdbox | |
| int | m_page |
| the page | |
| std::string | m_extra |
| extra data | |
| bool | m_parsed |
| true if the frame is send | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Frame const &zone) |
| operator<< | |
Internal: the graphic zone of a GreatWksGraph.
| GreatWksGraphInternal::Frame::Frame | ( | ) | [inline] |
constructor
| virtual GreatWksGraphInternal::Frame::~Frame | ( | ) | [inline, virtual] |
destructor
| virtual Type GreatWksGraphInternal::Frame::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented in GreatWksGraphInternal::FrameDBField, GreatWksGraphInternal::FrameText, GreatWksGraphInternal::FramePicture, GreatWksGraphInternal::FrameGroup, GreatWksGraphInternal::FrameShape, and GreatWksGraphInternal::FrameBad.
Referenced by GreatWksGraph::readFrameExtraData().
| virtual void GreatWksGraphInternal::Frame::print | ( | std::ostream & | o | ) | const [inline, virtual] |
a virtual print function
Reimplemented in GreatWksGraphInternal::FrameDBField, GreatWksGraphInternal::FrameText, GreatWksGraphInternal::FramePicture, GreatWksGraphInternal::FrameGroup, and GreatWksGraphInternal::FrameShape.
| std::ostream& operator<< | ( | std::ostream & | o, |
| Frame const & | zone | ||
| ) | [friend] |
operator<<
the zone bdbox
Referenced by print(), GreatWksGraph::readFrameHeader(), and GreatWksGraph::sendGroupChild().
the data size ( if know)
Referenced by print(), GreatWksGraph::readFrameExtraData(), and GreatWksGraph::readFrameHeader().
| std::string GreatWksGraphInternal::Frame::m_extra |
extra data
Referenced by print().
the z order
Referenced by print(), and GreatWksGraph::readFrameHeader().
the page
Referenced by GreatWksGraph::canCreateGraphic(), print(), and GreatWksGraph::sendGroupChild().
the parent identifier
Referenced by print(), and GreatWksGraph::readFrameHeader().
bool GreatWksGraphInternal::Frame::m_parsed [mutable] |
true if the frame is send
the style identifier
Referenced by print(), GreatWksGraph::readFrameHeader(), GreatWksGraph::sendShape(), and GreatWksGraph::sendTextbox().
the zone type
Referenced by print(), GreatWksGraph::readFrameExtraData(), and GreatWksGraph::readFrameHeader().