Internal: the generic structure used to store a zone of a ClarisDrawGraph. More...
Public Types | |
| enum | Type { T_Zone, T_Pict, T_Shape, T_Unknown, T_Line, T_Rect, T_RectOval, T_Oval, T_Arc, T_Poly, T_Connector } |
| the list of types More... | |
Public Member Functions | |
| Zone () | |
| constructor | |
| virtual | ~Zone () |
| destructor | |
| MWAWBox2f | getBdBox () const |
| return the zone bdbox | |
| virtual Type | getType () const |
| return the main type | |
| virtual Type | getSubType () const |
| return the subtype | |
| virtual int | getNumData () const |
| return the number of data to define this zone in the file | |
| virtual void | print (std::ostream &) const |
| print the data contains | |
| virtual ClarisWksStruct::DSET::Child | getChild () const |
| return a child corresponding to this zone | |
| virtual int | getZoneId () const |
| returns the id of the reference zone | |
Public Attributes | |
| int | m_zoneType |
| the zone type | |
| int | m_flag |
| the zone main flag | |
| int | m_page |
| the page (checkme: or frame linked ) | |
| MWAWBox2f | m_box |
| the bdbox | |
| int | m_ordering |
| the ordering | |
| Style | m_style |
| the style | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Zone const &zone) |
| operator<< | |
Internal: the generic structure used to store a zone of a ClarisDrawGraph.
| ClarisDrawGraphInternal::Zone::Zone | ( | ) | [inline] |
constructor
| virtual ClarisDrawGraphInternal::Zone::~Zone | ( | ) | [inline, virtual] |
destructor
| MWAWBox2f ClarisDrawGraphInternal::Zone::getBdBox | ( | ) | const [inline] |
return the zone bdbox
Referenced by ClarisDrawGraph::readShape(), and ClarisDrawGraph::sendShape().
| virtual ClarisWksStruct::DSET::Child ClarisDrawGraphInternal::Zone::getChild | ( | ) | const [inline, virtual] |
return a child corresponding to this zone
Reimplemented in ClarisDrawGraphInternal::ZoneUnknown, ClarisDrawGraphInternal::ZoneZone, ClarisDrawGraphInternal::ZonePict, and ClarisDrawGraphInternal::ZoneShape.
| virtual int ClarisDrawGraphInternal::Zone::getNumData | ( | ) | const [inline, virtual] |
return the number of data to define this zone in the file
Reimplemented in ClarisDrawGraphInternal::ZoneUnknown, ClarisDrawGraphInternal::ZoneZone, ClarisDrawGraphInternal::ZonePict, and ClarisDrawGraphInternal::ZoneShape.
| virtual Type ClarisDrawGraphInternal::Zone::getSubType | ( | ) | const [inline, virtual] |
return the subtype
Reimplemented in ClarisDrawGraphInternal::ZoneUnknown, ClarisDrawGraphInternal::ZoneZone, ClarisDrawGraphInternal::ZonePict, and ClarisDrawGraphInternal::ZoneShape.
| virtual Type ClarisDrawGraphInternal::Zone::getType | ( | ) | const [inline, virtual] |
return the main type
Reimplemented in ClarisDrawGraphInternal::ZoneUnknown, ClarisDrawGraphInternal::ZoneZone, ClarisDrawGraphInternal::ZonePict, and ClarisDrawGraphInternal::ZoneShape.
| virtual int ClarisDrawGraphInternal::Zone::getZoneId | ( | ) | const [inline, virtual] |
returns the id of the reference zone
Reimplemented in ClarisDrawGraphInternal::ZoneZone.
| virtual void ClarisDrawGraphInternal::Zone::print | ( | std::ostream & | ) | const [inline, virtual] |
print the data contains
Reimplemented in ClarisDrawGraphInternal::ZoneUnknown, ClarisDrawGraphInternal::ZoneZone, ClarisDrawGraphInternal::ZonePict, and ClarisDrawGraphInternal::ZoneShape.
| std::ostream& operator<< | ( | std::ostream & | o, |
| Zone const & | zone | ||
| ) | [friend] |
operator<<
the bdbox
Referenced by getBdBox(), getChild(), ClarisDrawGraphInternal::ZoneShape::getChild(), ClarisDrawGraphInternal::ZonePict::getChild(), ClarisDrawGraphInternal::ZoneZone::getChild(), ClarisDrawGraphInternal::ZoneUnknown::getChild(), ClarisDrawGraph::readGroupDef(), and ClarisDrawGraph::readShape().
the zone main flag
Referenced by ClarisDrawGraph::readGroupDef().
the ordering
Referenced by ClarisDrawGraph::readGroupDef().
the page (checkme: or frame linked )
the style
Referenced by ClarisDrawGraph::readGroupDef(), ClarisDrawGraph::readShape(), and ClarisDrawGraph::sendShape().
the zone type
Referenced by ClarisDrawGraph::readGroupDef(), and ClarisDrawGraph::readShape().