Internal: the state of a ZWrtText. 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 ZWrtText.
| ZWrtTextInternal::State::State | ( | ) | [inline] |
constructor
| Section& ZWrtTextInternal::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> ZWrtTextInternal::State::m_idSectionMap |
a map id -> section
Referenced by getSection().
int ZWrtTextInternal::State::m_version [mutable] |
the file version