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.
|
inline |
constructor
int EDocParserInternal::State::m_actPage |
the actual page
Referenced by State().
bool EDocParserInternal::State::m_compressed |
a flag to know if the data are compressed or not
Referenced by State().
int EDocParserInternal::State::m_footerHeight |
the footer height if known
Referenced by State().
int EDocParserInternal::State::m_headerHeight |
the header height if known
Referenced by State().
std::map<int,MWAWEntry> EDocParserInternal::State::m_idCPICMap |
a map id -> cPIC zone
Referenced by State().
std::map<int,MWAWEntry> EDocParserInternal::State::m_idPICTMap |
a map id -> PICT zone
Referenced by State().
int EDocParserInternal::State::m_maxPictId |
the maximum of picture to read
Referenced by State().
int EDocParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().