Internal: the group of a MSKGraph. More...
Public Member Functions | |
GroupZone (Zone const &z) | |
virtual Type | type () const |
return the type | |
virtual void | print (std::ostream &o) const |
operator<< | |
Public Attributes | |
std::vector< int > | m_childs |
list of child id |
Internal: the group of a MSKGraph.
MSKGraphInternal::GroupZone::GroupZone | ( | Zone const & | z | ) | [inline] |
virtual void MSKGraphInternal::GroupZone::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MSKGraphInternal::Zone.
virtual Type MSKGraphInternal::GroupZone::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MSKGraphInternal::Zone.
std::vector<int> MSKGraphInternal::GroupZone::m_childs |
list of child id
Referenced by MSKGraph::canCreateGraphic(), print(), MSKGraph::sendGroup(), and MSKGraph::sendGroupChild().