Internal: class which stores a group of graphics, ... More...
Public Member Functions | |
| Group (ClarisWksStruct::DSET const &dset=ClarisWksStruct::DSET()) | |
| constructor | |
| virtual void | removeChild (int cId, bool normalChild) |
| remove a child from a list. | |
Public Attributes | |
| std::vector< shared_ptr< Zone > > | m_zones |
| the list of child zones | |
| bool | m_hasMainZone |
| a flag to know if this zone contains or no the call to zone 1 | |
| std::vector< shared_ptr< Zone > > | m_zonesToSend |
| the list of block to send | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Group const &doc) |
| operator<< | |
Internal: class which stores a group of graphics, ...
| ClarisWksGraphInternal::Group::Group | ( | ClarisWksStruct::DSET const & | dset = ClarisWksStruct::DSET() | ) | [inline] |
constructor
| virtual void ClarisWksGraphInternal::Group::removeChild | ( | int | cId, |
| bool | normalChild | ||
| ) | [inline, virtual] |
remove a child from a list.
Normally, this function is not called, so optimizing it is not usefull
Reimplemented from ClarisWksStruct::DSET.
| std::ostream& operator<< | ( | std::ostream & | o, |
| Group const & | doc | ||
| ) | [friend] |
operator<<
a flag to know if this zone contains or no the call to zone 1
Referenced by ClarisWksGraph::sendGroup(), and ClarisWksGraph::updateGroup().
| std::vector<shared_ptr<Zone> > ClarisWksGraphInternal::Group::m_zones |
the list of child zones
Referenced by ClarisWksGraph::readGroupData(), removeChild(), and ClarisWksGraph::updateGroup().
| std::vector<shared_ptr<Zone> > ClarisWksGraphInternal::Group::m_zonesToSend |
the list of block to send
Referenced by ClarisWksGraph::canSendAsGraphic(), ClarisWksGraph::sendGroup(), ClarisWksGraph::sendPageChild(), and ClarisWksGraph::updateGroup().