Internal: the state of a DMText. 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 DMText.
DMTextInternal::State::State | ( | ) | [inline] |
constructor
Zone& DMTextInternal::State::getZone | ( | int | id | ) | [inline] |
returns the zone corresponding to an id
the footer
std::map<int, Zone > DMTextInternal::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 DMTextInternal::State::m_version [mutable] |
the file version