Internal: the state of a EDocParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| bool | m_compressed |
| a flag to know if the data are compressed or not | |
| int | m_maxPictId |
| the maximum of picture to read | |
| std::map< int, MWAWEntry > | m_idCPICMap |
| a map id -> cPIC zone | |
| std::map< int, MWAWEntry > | m_idPICTMap |
| a map id -> PICT zone | |
| std::vector< Index > | m_indexList |
| the index list | |
| int | m_actPage |
| the actual page | |
| int | m_numPages |
| the number of page of the final document | |
| int | m_headerHeight |
| the header height if known | |
| int | m_footerHeight |
| the footer height if known | |
Internal: the state of a EDocParser.
| EDocParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
a flag to know if the data are compressed or not
the footer height if known
the header height if known
| std::map<int,MWAWEntry> EDocParserInternal::State::m_idCPICMap |
a map id -> cPIC zone
| std::map<int,MWAWEntry> EDocParserInternal::State::m_idPICTMap |
a map id -> PICT zone
| std::vector<Index> EDocParserInternal::State::m_indexList |
the index list
the maximum of picture to read
the number of page of the final document