Internal: the group zone of a GWGraph. More...
Public Member Functions | |
FrameGroup (Frame const &frame) | |
constructor More... | |
virtual Type | getType () const |
return the frame type More... | |
virtual void | print (std::ostream &o) const |
print funtion More... | |
![]() | |
Frame () | |
constructor More... | |
virtual | ~Frame () |
destructor More... | |
Public Attributes | |
int | m_numChild |
the number of child More... | |
std::vector< int > | m_childList |
the list of child More... | |
![]() | |
int | m_type |
the zone type More... | |
int | m_styleId |
the style identifier More... | |
int | m_parent |
the parent identifier More... | |
int | m_order |
the z order More... | |
long | m_dataSize |
the data size ( if know) More... | |
Box2f | m_box |
the zone bdbox More... | |
int | m_page |
the page More... | |
std::string | m_extra |
extra data More... | |
bool | m_parsed |
true if the frame is send More... | |
Additional Inherited Members | |
![]() | |
enum | Type { T_BAD, T_BASIC, T_GROUP, T_PICTURE, T_TEXT, T_UNSET } |
the frame type More... | |
Internal: the group zone of a GWGraph.
|
inline |
constructor
|
inlinevirtual |
return the frame type
Reimplemented from GWGraphInternal::Frame.
|
inlinevirtual |
print funtion
Reimplemented from GWGraphInternal::Frame.
std::vector<int> GWGraphInternal::FrameGroup::m_childList |
the list of child
Referenced by GWGraph::canCreateGraphic(), GWGraph::checkGraph(), GWGraph::readFrameExtraData(), GWGraph::readFrameExtraDataRec(), GWGraph::sendGroup(), and GWGraph::sendGroupChild().
int GWGraphInternal::FrameGroup::m_numChild |
the number of child
Referenced by print(), GWGraph::readFrameExtraData(), and GWGraph::readFrameHeader().