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 )
|
Detailed Description
Internal: the state of a MRWGraph.
Constructor & Destructor Documentation
| MRWGraphInternal::State::State |
( |
| ) |
|
|
inline |
Member Function Documentation
| 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
Member Data Documentation
| int MRWGraphInternal::State::m_numPages |
| std::vector<float> MRWGraphInternal::State::m_patternList |
| std::map<int,Zone> MRWGraphInternal::State::m_zoneMap |
a map id -> textZone
Referenced by getZone().
The documentation for this struct was generated from the following file: