Internal: the state of a HanMacWrdJParser. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
long | m_zonesListBegin |
the list of zone begin | |
std::map< long, MWAWEntry > | m_zonesMap |
a map of entry: filepos->zone | |
std::vector< int > | m_zonesIdList |
an internal flag, used to know the actual id of a zone | |
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 | |
long | m_headerId |
the header text zone id or 0 | |
long | m_footerId |
the footer text zone id or 0 |
Internal: the state of a HanMacWrdJParser.
|
inline |
constructor
int HanMacWrdJParserInternal::State::m_actPage |
the actual page
Referenced by State().
int HanMacWrdJParserInternal::State::m_footerHeight |
the footer height if known
Referenced by State().
long HanMacWrdJParserInternal::State::m_footerId |
the footer text zone id or 0
Referenced by State().
int HanMacWrdJParserInternal::State::m_headerHeight |
the header height if known
Referenced by State().
long HanMacWrdJParserInternal::State::m_headerId |
the header text zone id or 0
Referenced by State().
int HanMacWrdJParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::vector<int> HanMacWrdJParserInternal::State::m_zonesIdList |
an internal flag, used to know the actual id of a zone
Referenced by State().
long HanMacWrdJParserInternal::State::m_zonesListBegin |
the list of zone begin
Referenced by State().
std::map<long, MWAWEntry> HanMacWrdJParserInternal::State::m_zonesMap |
a map of entry: filepos->zone
Referenced by State().