a small class of Group used to store a list a set of text zone More...
Public Member Functions | |
| LinkedZones (int frameId) | |
| constructor | |
| bool | isLinked () const |
| returns true if we have many linked | |
Public Attributes | |
| int | m_frameId |
| the frame basic id | |
| std::map< int, size_t > | m_mapIdChild |
| map zoneId -> group child | |
a small class of Group used to store a list a set of text zone
| CWGraphInternal::Group::LinkedZones::LinkedZones | ( | int | frameId | ) | [inline] |
constructor
| bool CWGraphInternal::Group::LinkedZones::isLinked | ( | ) | const [inline] |
returns true if we have many linked
the frame basic id
| std::map<int, size_t> CWGraphInternal::Group::LinkedZones::m_mapIdChild |
map zoneId -> group child
Referenced by CWGraphInternal::Group::addFrameName(), isLinked(), and CWGraph::updateInformation().