Internal: structure used to store an unknown zone of a CWGraph. More...
Public Member Functions | |
ZoneUnknown (Zone const &z) | |
construtor More... | |
virtual void | print (std::ostream &o) const |
print the zone More... | |
virtual Type | getType () const |
return the main type More... | |
virtual Type | getSubType () const |
return the sub type More... | |
virtual int | getNumData () const |
return the number of data More... | |
virtual CWStruct::DSET::Child | getChild () const |
return a child corresponding to this zone More... | |
![]() | |
Zone () | |
constructor More... | |
virtual | ~Zone () |
destructor More... | |
Box2f | getBdBox () const |
return the zone bdbox More... | |
Public Attributes | |
Type | m_type |
the sub type More... | |
int | m_typeId |
type number More... | |
![]() | |
int | m_page |
the page (checkme: or frame linked ) More... | |
Box2f | m_box |
the bdbox More... | |
Style | m_style |
the style More... | |
Additional Inherited Members | |
![]() | |
enum | Type { T_Zone, T_Shape, T_Picture, T_Chart, T_DataBox, T_Unknown, T_Line, T_Rect, T_RectOval, T_Oval, T_Arc, T_Poly, T_Pict, T_QTim, T_Movie } |
the list of types More... | |
Internal: structure used to store an unknown zone of a CWGraph.
|
inline |
construtor
|
inlinevirtual |
return a child corresponding to this zone
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
return the number of data
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
return the sub type
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
return the main type
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
print the zone
Reimplemented from CWGraphInternal::Zone.
Type CWGraphInternal::ZoneUnknown::m_type |
the sub type
Referenced by getNumData(), getSubType(), getType(), print(), and CWGraph::readGroupDef().
int CWGraphInternal::ZoneUnknown::m_typeId |
type number
Referenced by print(), and CWGraph::readGroupDef().