the state of LotusGraph More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
int | m_version |
the file version More... | |
int | m_actualSheetId |
the actual sheet id More... | |
std::multimap< int, shared_ptr < ZoneMac > > | m_sheetIdZoneMacMap |
a map sheetid to zone More... | |
shared_ptr< ZoneMac > | m_actualZoneMac |
a pointer to the actual zone More... | |
std::multimap< int, shared_ptr < ZoneWK4 > > | m_sheetIdZoneWK4Map |
a map sheetid to zone More... | |
shared_ptr< ZoneWK4 > | m_actualZoneWK4 |
a pointer to the actual zone More... | |
std::map< int, ZonePcList > | m_sheetIdZonePcListMap |
a map sheetid to zone More... | |
shared_ptr< ZonePc > | m_actualZonePc |
a pointer to the actual zone More... | |
std::map< int, int > | m_zIdToSheetIdMap |
a map sheet zone id to final sheet id map More... | |
the state of LotusGraph
|
inline |
constructor
int LotusGraphInternal::State::m_actualSheetId |
the actual sheet id
shared_ptr<ZoneMac> LotusGraphInternal::State::m_actualZoneMac |
a pointer to the actual zone
shared_ptr<ZonePc> LotusGraphInternal::State::m_actualZonePc |
a pointer to the actual zone
shared_ptr<ZoneWK4> LotusGraphInternal::State::m_actualZoneWK4 |
a pointer to the actual zone
std::multimap<int, shared_ptr<ZoneMac> > LotusGraphInternal::State::m_sheetIdZoneMacMap |
a map sheetid to zone
std::map<int, ZonePcList> LotusGraphInternal::State::m_sheetIdZonePcListMap |
a map sheetid to zone
std::multimap<int, shared_ptr<ZoneWK4> > LotusGraphInternal::State::m_sheetIdZoneWK4Map |
a map sheetid to zone
int LotusGraphInternal::State::m_version |
the file version
std::map<int,int> LotusGraphInternal::State::m_zIdToSheetIdMap |
a map sheet zone id to final sheet id map