Internal: the state of a MRWText. More...
Public Member Functions | |
| State () | |
| constructor More... | |
| Zone & | getZone (int id) |
| return a reference to a textzone ( if zone not exists, created it ) More... | |
Public Attributes | |
| int | m_version |
| the file version More... | |
| std::map< int, Zone > | m_textZoneMap |
| a map id -> textZone More... | |
| int | m_numPages |
| int | m_actualPage |
Internal: the state of a MRWText.
|
inline |
constructor
|
inline |
return a reference to a textzone ( if zone not exists, created it )
| int MRWTextInternal::State::m_actualPage |
| int MRWTextInternal::State::m_numPages |
| std::map<int,Zone> MRWTextInternal::State::m_textZoneMap |
a map id -> textZone
|
mutable |
the file version