Internal: the state of a MRWParser. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
std::vector< Zone > | m_zonesList |
the list of zone | |
std::map< uint32_t, int > | m_fileToZoneMap |
a map fileZoneId -> localZoneId | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
bool | m_firstPageFooter |
a flag to know if we have a first page footer | |
bool | m_hasOddEvenHeaderFooter |
a flag to know if we have odd/even header footer | |
int | m_headerHeight |
the header height if known | |
int | m_footerHeight |
the footer height if known |
Internal: the state of a MRWParser.
MRWParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
std::map<uint32_t,int> MRWParserInternal::State::m_fileToZoneMap |
a map fileZoneId -> localZoneId
a flag to know if we have a first page footer
the footer height if known
a flag to know if we have odd/even header footer
the header height if known
the number of page of the final document
std::vector<Zone> MRWParserInternal::State::m_zonesList |
the list of zone