Internal: the state of a ClarisDrawGraph. More...
Public Member Functions | |
| State () | |
| constructor More... | |
| bool | isEmptyGroup (int gId) const |
| returns true if a group does not exist or is empty More... | |
Public Attributes | |
| int | m_numPages |
| the number of pages More... | |
| MWAWVec2f | m_pageDimensions |
| the page dimension if known (in point) More... | |
| int | m_masterId |
| the master group id ( in a draw file ) More... | |
| std::vector< Transformation > | m_transformations |
| the list of transformation More... | |
| std::map< int, std::shared_ptr < Group > > | m_groupMap |
| a map zoneId -> group More... | |
| std::map< int, std::shared_ptr < Bitmap > > | m_bitmapMap |
| a map zoneId -> group More... | |
| bool | m_positionsComputed |
| true if the ClarisDrawGraph::computePositions was called More... | |
| int | m_frameId |
| the actuel frame id More... | |
| std::set< int > | m_groupSet |
| stack of send group(used avoid infinite loop- More... | |
Internal: the state of a ClarisDrawGraph.
|
inline |
constructor
|
inline |
returns true if a group does not exist or is empty
| std::map<int, std::shared_ptr<Bitmap> > ClarisDrawGraphInternal::State::m_bitmapMap |
a map zoneId -> group
| int ClarisDrawGraphInternal::State::m_frameId |
the actuel frame id
| std::map<int, std::shared_ptr<Group> > ClarisDrawGraphInternal::State::m_groupMap |
a map zoneId -> group
Referenced by isEmptyGroup().
| std::set<int> ClarisDrawGraphInternal::State::m_groupSet |
stack of send group(used avoid infinite loop-
| int ClarisDrawGraphInternal::State::m_masterId |
the master group id ( in a draw file )
| int ClarisDrawGraphInternal::State::m_numPages |
the number of pages
| MWAWVec2f ClarisDrawGraphInternal::State::m_pageDimensions |
the page dimension if known (in point)
| bool ClarisDrawGraphInternal::State::m_positionsComputed |
true if the ClarisDrawGraph::computePositions was called
| std::vector<Transformation> ClarisDrawGraphInternal::State::m_transformations |
the list of transformation