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