Internal: the state of a ZWText. More...
Public Member Functions | |
State () | |
constructor | |
Section & | getSection (int id) |
return a section for an id ( if it does not exists, create id ) | |
Public Attributes | |
int | m_version |
the file version | |
int | m_numPages |
int | m_actualPage |
std::map< int, Section > | m_idSectionMap |
a map id -> section | |
HFZone | m_header |
the header zone | |
HFZone | m_footer |
the footer zone |
Internal: the state of a ZWText.
ZWTextInternal::State::State | ( | ) | [inline] |
constructor
Section& ZWTextInternal::State::getSection | ( | int | id | ) | [inline] |
return a section for an id ( if it does not exists, create id )
the footer zone
the header zone
std::map<int, Section> ZWTextInternal::State::m_idSectionMap |
a map id -> section
Referenced by getSection().
int ZWTextInternal::State::m_version [mutable] |
the file version