Internal: the state of a DocMkrText. More...
Public Member Functions | |
| State () | |
| constructor | |
| Zone & | getZone (int id) |
| returns the zone corresponding to an id | |
Public Attributes | |
| int | m_version |
| the file version | |
| int | m_numPages |
| int | m_actualPage |
| double | m_pageWidth |
| the page width ( not really define so default value 8.5) | |
| std::map< int, Zone > | m_idZoneMap |
| the map of id -> text zone | |
| Footer | m_footer |
| the footer | |
| TOC | m_toc |
| the table of content | |
Internal: the state of a DocMkrText.
| DocMkrTextInternal::State::State | ( | ) | [inline] |
constructor
| Zone& DocMkrTextInternal::State::getZone | ( | int | id | ) | [inline] |
returns the zone corresponding to an id
the footer
| std::map<int, Zone > DocMkrTextInternal::State::m_idZoneMap |
the map of id -> text zone
Referenced by getZone().
the page width ( not really define so default value 8.5)
the table of content
int DocMkrTextInternal::State::m_version [mutable] |
the file version