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