Internal: the group of a HMWKGraph. More...
Classes | |
| struct | Child |
| struct to store child data in HMWKGraphInternal::Group More... | |
Public Member Functions | |
| Group (Frame const &orig) | |
| constructor | |
| ~Group () | |
| destructor | |
| std::string | print () const |
| print local data | |
Public Attributes | |
| std::vector< Child > | m_childsList |
| the list of child | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Group const &group) |
| operator<< | |
Internal: the group of a HMWKGraph.
| HMWKGraphInternal::Group::Group | ( | Frame const & | orig | ) | [inline] |
constructor
| HMWKGraphInternal::Group::~Group | ( | ) | [inline] |
destructor
| std::string HMWKGraphInternal::Group::print | ( | ) | const |
print local data
| std::ostream& operator<< | ( | std::ostream & | o, |
| Group const & | group | ||
| ) | [friend] |
operator<<
| std::vector<Child> HMWKGraphInternal::Group::m_childsList |
the list of child
Referenced by HMWKGraph::canCreateGraphic(), HMWKGraph::checkGroupStructures(), print(), HMWKGraph::sendGroup(), and HMWKGraph::sendGroupChild().