Internal: the state of a MRWGraph. More...
Public Member Functions | |
State () | |
constructor | |
void | setDefaultPatternList (int version) |
set the default pattern map | |
Zone & | getZone (int id) |
return a reference to a textzone ( if zone not exists, created it ) | |
Public Attributes | |
std::map< int, Zone > | m_zoneMap |
a map id -> textZone | |
std::vector< Pattern > | m_patternList |
a list patternId -> percent | |
int | m_numPages |
Internal: the state of a MRWGraph.
MRWGraphInternal::State::State | ( | ) | [inline] |
constructor
Zone& MRWGraphInternal::State::getZone | ( | int | id | ) | [inline] |
return a reference to a textzone ( if zone not exists, created it )
void MRWGraphInternal::State::setDefaultPatternList | ( | int | version | ) |
set the default pattern map
std::vector<Pattern> MRWGraphInternal::State::m_patternList |
a list patternId -> percent
Referenced by setDefaultPatternList().
std::map<int,Zone> MRWGraphInternal::State::m_zoneMap |
a map id -> textZone
Referenced by getZone().