Internal: the group of a HanMacWrdKGraph. More...
Classes | |
| struct | Child |
| struct to store child data in HanMacWrdKGraphInternal::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 HanMacWrdKGraph.
| HanMacWrdKGraphInternal::Group::Group | ( | Frame const & | orig | ) | [inline] |
constructor
| HanMacWrdKGraphInternal::Group::~Group | ( | ) | [inline] |
destructor
| std::string HanMacWrdKGraphInternal::Group::print | ( | ) | const |
print local data
| std::ostream& operator<< | ( | std::ostream & | o, |
| Group const & | group | ||
| ) | [friend] |
operator<<
| std::vector<Child> HanMacWrdKGraphInternal::Group::m_childsList |
the list of child
Referenced by HanMacWrdKGraph::canCreateGraphic(), HanMacWrdKGraph::checkGroupStructures(), print(), HanMacWrdKGraph::sendGroup(), and HanMacWrdKGraph::sendGroupChild().