Internal: small class to store a basic graphic zone of a ClarisWksGraph. More...
Public Member Functions | |
ZoneShape (Zone const &z, Type type) | |
constructor More... | |
virtual void | print (std::ostream &o) const |
print the data More... | |
virtual Type | getType () const |
return the main type More... | |
virtual Type | getSubType () const |
return the sub type More... | |
virtual int | getNumData (int) const |
return the number of data More... | |
virtual ClarisWksStruct::DSET::Child | getChild () const |
return a child corresponding to this zone More... | |
![]() | |
Zone () | |
constructor More... | |
virtual | ~Zone () |
destructor More... | |
MWAWBox2f | getBdBox () const |
return the zone bdbox More... | |
virtual int | getZoneId () const |
returns the id of the reference zone More... | |
virtual bool | canBeSendAsGraphic () const |
returns true if the zone can be send using a graphic listener (partial check) More... | |
Public Attributes | |
Type | m_type |
the sub type More... | |
MWAWGraphicShape | m_shape |
the shape More... | |
int | m_rotate |
the rotation More... | |
![]() | |
int | m_zoneType |
the zone type More... | |
int | m_page |
the page (checkme: or frame linked ) More... | |
MWAWBox2f | m_box |
the bdbox More... | |
int | m_ordering |
the ordering More... | |
Style | m_style |
the style More... | |
Additional Inherited Members | |
![]() | |
enum | Type { T_Zone, T_Zone2, 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: small class to store a basic graphic zone of a ClarisWksGraph.
|
inlinevirtual |
return a child corresponding to this zone
Reimplemented from ClarisWksGraphInternal::Zone.
|
inlinevirtual |
return the number of data
Reimplemented from ClarisWksGraphInternal::Zone.
|
inlinevirtual |
return the sub type
Reimplemented from ClarisWksGraphInternal::Zone.
Referenced by ClarisWksGraph::readShape().
|
inlinevirtual |
return the main type
Reimplemented from ClarisWksGraphInternal::Zone.
|
inlinevirtual |
print the data
Reimplemented from ClarisWksGraphInternal::Zone.
int ClarisWksGraphInternal::ZoneShape::m_rotate |
the rotation
Referenced by print(), and ClarisWksGraph::readShape().
MWAWGraphicShape ClarisWksGraphInternal::ZoneShape::m_shape |
the shape
Referenced by getNumData(), print(), ClarisWksGraph::readPolygonData(), ClarisWksGraph::readShape(), ClarisWksGraph::sendGroupChild(), and ClarisWksGraph::sendShape().
Type ClarisWksGraphInternal::ZoneShape::m_type |
the sub type
Referenced by getSubType().