a list of ZonePc of a LotusGraph for 123 pc More...
Public Member Functions | |
ZonePcList () | |
constructor | |
bool | empty () const |
returns true if the number of graphic zone is empty |
Public Attributes | |
std::vector< std::shared_ptr< ZonePc > > | m_zones |
the list of zones | |
std::stack< size_t > | m_groupBeginStack |
the stack indicating the beginning of each group |
a list of ZonePc of a LotusGraph for 123 pc
|
inline |
constructor
|
inline |
returns true if the number of graphic zone is empty
std::stack<size_t> LotusGraphInternal::ZonePcList::m_groupBeginStack |
the stack indicating the beginning of each group
Referenced by ZonePcList().
std::vector<std::shared_ptr<ZonePc> > LotusGraphInternal::ZonePcList::m_zones |
the list of zones
Referenced by empty(), LotusGraph::sendZone(), and ZonePcList().