Internal: structure to store a link to a zone of a CWGraph. More...
Public Member Functions | |
ZoneZone (Zone const &z) | |
constructor | |
virtual void | print (std::ostream &o) const |
print the zone | |
virtual Type | getType () const |
return the main type Zone | |
virtual Type | getSubType () const |
return the sub type Zone | |
virtual CWStruct::DSET::Child | getChild () const |
return a child corresponding to this zone | |
Public Attributes | |
int | m_id |
the zoneId | |
int | m_subId |
the zoneSubId: can be page/column/frame linked number | |
int | m_styleId |
the style id | |
int | m_wrappingSep |
the wraping separator | |
int | m_flags [9] |
flag |
Internal: structure to store a link to a zone of a CWGraph.
CWGraphInternal::ZoneZone::ZoneZone | ( | Zone const & | z | ) | [inline] |
constructor
virtual CWStruct::DSET::Child CWGraphInternal::ZoneZone::getChild | ( | ) | const [inline, virtual] |
return a child corresponding to this zone
Reimplemented from CWGraphInternal::Zone.
virtual Type CWGraphInternal::ZoneZone::getSubType | ( | ) | const [inline, virtual] |
return the sub type Zone
Reimplemented from CWGraphInternal::Zone.
virtual Type CWGraphInternal::ZoneZone::getType | ( | ) | const [inline, virtual] |
return the main type Zone
Reimplemented from CWGraphInternal::Zone.
virtual void CWGraphInternal::ZoneZone::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print the zone
Reimplemented from CWGraphInternal::Zone.
flag
Referenced by print(), CWGraph::readGroupDef(), and ZoneZone().
the zoneId
Referenced by CWGraph::canSendAsGraphic(), getChild(), print(), CWGraph::readGroupDef(), CWGraph::sendGroup(), CWGraph::sendGroupChild(), and CWGraph::updateInformation().
the style id
Referenced by print(), and CWGraph::readGroupDef().
the zoneSubId: can be page/column/frame linked number
Referenced by print(), CWGraph::readGroupDef(), CWGraph::sendGroupChild(), and CWGraph::updateInformation().
the wraping separator
Referenced by print(), and CWGraph::readGroupDef().