Internal: the state of a CWParser. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
MWAWDocument::Kind | m_kind |
the document kind | |
Vec2i | m_pages |
the document number of pages ( if known ) | |
long | m_EOF |
the last position | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
int | m_columns |
the number of columns | |
std::vector< int > | m_columnsWidth |
the columns witdh in Points | |
std::vector< int > | m_columnsSep |
the columns separator in Points | |
int | m_headerId |
the header zone if known | |
int | m_footerId |
the footer zone if known | |
int | m_headerHeight |
the header height if known | |
int | m_footerHeight |
the footer height if known | |
std::map< int, shared_ptr < CWStruct::DSET > > | m_zonesMap |
the map of zone | |
std::vector< int > | m_mainZonesList |
the list of main group |
Internal: the state of a CWParser.
CWParserInternal::State::State | ( | ) | [inline] |
constructor
the actual page
the number of columns
std::vector<int> CWParserInternal::State::m_columnsSep |
the columns separator in Points
std::vector<int> CWParserInternal::State::m_columnsWidth |
the columns witdh in Points
the last position
the footer height if known
the footer zone if known
the header height if known
the header zone if known
the document kind
std::vector<int> CWParserInternal::State::m_mainZonesList |
the list of main group
the number of page of the final document
the document number of pages ( if known )
std::map<int, shared_ptr<CWStruct::DSET> > CWParserInternal::State::m_zonesMap |
the map of zone