Internal: the state of a CWGraph. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
int | m_numAccrossPages |
the number of accross pages ( draw document) More... | |
std::map< int, shared_ptr < Group > > | m_groupMap |
a map zoneId -> group More... | |
std::map< int, shared_ptr < Bitmap > > | m_bitmapMap |
a map zoneId -> group More... | |
int | m_frameId |
a int used to defined linked frame More... | |
Internal: the state of a CWGraph.
|
inline |
constructor
std::map<int, shared_ptr<Bitmap> > CWGraphInternal::State::m_bitmapMap |
a map zoneId -> group
int CWGraphInternal::State::m_frameId |
a int used to defined linked frame
std::map<int, shared_ptr<Group> > CWGraphInternal::State::m_groupMap |
a map zoneId -> group
int CWGraphInternal::State::m_numAccrossPages |
the number of accross pages ( draw document)