Internal: the state of a ClarisWksGraph. 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 ClarisWksGraph.
|
inline |
constructor
| std::map<int, shared_ptr<Bitmap> > ClarisWksGraphInternal::State::m_bitmapMap |
a map zoneId -> group
| int ClarisWksGraphInternal::State::m_frameId |
a int used to defined linked frame
| std::map<int, shared_ptr<Group> > ClarisWksGraphInternal::State::m_groupMap |
a map zoneId -> group
| int ClarisWksGraphInternal::State::m_numAccrossPages |
the number of accross pages ( draw document)