Internal: small class to store a basic graphic zone of a ClarisWksGraph. More...
Public Member Functions | |
| ZoneShape (Zone const &z, Type type) | |
| constructor | |
| virtual void | print (std::ostream &o) const |
| print the data | |
| virtual Type | getType () const |
| return the main type | |
| virtual Type | getSubType () const |
| return the sub type | |
| virtual int | getNumData (int) const |
| return the number of data | |
| virtual ClarisWksStruct::DSET::Child | getChild () const |
| return a child corresponding to this zone | |
Public Attributes | |
| Type | m_type |
| the sub type | |
| MWAWGraphicShape | m_shape |
| the shape | |
| int | m_rotate |
| the rotation | |
Internal: small class to store a basic graphic zone of a ClarisWksGraph.
| ClarisWksGraphInternal::ZoneShape::ZoneShape | ( | Zone const & | z, |
| Type | type | ||
| ) | [inline] |
constructor
| virtual ClarisWksStruct::DSET::Child ClarisWksGraphInternal::ZoneShape::getChild | ( | ) | const [inline, virtual] |
return a child corresponding to this zone
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual int ClarisWksGraphInternal::ZoneShape::getNumData | ( | int | ) | const [inline, virtual] |
return the number of data
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual Type ClarisWksGraphInternal::ZoneShape::getSubType | ( | ) | const [inline, virtual] |
return the sub type
Reimplemented from ClarisWksGraphInternal::Zone.
Referenced by ClarisWksGraph::readShape().
| virtual Type ClarisWksGraphInternal::ZoneShape::getType | ( | ) | const [inline, virtual] |
return the main type
Reimplemented from ClarisWksGraphInternal::Zone.
| virtual void ClarisWksGraphInternal::ZoneShape::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print the data
Reimplemented from ClarisWksGraphInternal::Zone.
the rotation
Referenced by print(), and ClarisWksGraph::readShape().
the shape
Referenced by getNumData(), print(), ClarisWksGraph::readPolygonData(), ClarisWksGraph::readShape(), ClarisWksGraph::sendGroupChild(), and ClarisWksGraph::sendShape().
the sub type
Referenced by getSubType().