Internal: the state of a MarinerWrtParser. 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 |
Internal: the state of a MarinerWrtParser.
|
inline |
constructor
int MarinerWrtParserInternal::State::m_actPage |
the actual page
Referenced by State().
std::map<uint32_t,int> MarinerWrtParserInternal::State::m_fileToZoneMap |
a map fileZoneId -> localZoneId
Referenced by State().
bool MarinerWrtParserInternal::State::m_firstPageFooter |
a flag to know if we have a first page footer
Referenced by State().
bool MarinerWrtParserInternal::State::m_hasOddEvenHeaderFooter |
a flag to know if we have odd/even header footer
Referenced by State().
int MarinerWrtParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::vector<Zone> MarinerWrtParserInternal::State::m_zonesList |
the list of zone
Referenced by State().