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