Internal: the state of a MarinerWrtText. 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 MarinerWrtText.
| MarinerWrtTextInternal::State::State | ( | ) | [inline] |
constructor
| Zone& MarinerWrtTextInternal::State::getZone | ( | int | id | ) | [inline] |
return a reference to a textzone ( if zone not exists, created it )
| std::map<int,Zone> MarinerWrtTextInternal::State::m_textZoneMap |
a map id -> textZone
int MarinerWrtTextInternal::State::m_version [mutable] |
the file version