Internal: the state of a ClarisWksDocument. More...
Public Member Functions | |
State () | |
constructor More... | |
ClarisWksStruct::DSET::Position | getZoneType (int id) const |
returns a zone's type More... | |
Public Attributes | |
bool | m_pageSpanSet |
a flag to know if pageSpan is filled More... | |
int | m_numPages |
the number of pages (computed) More... | |
MWAWVec2i | m_pages |
the number of pages find in the header ( if known ) More... | |
bool | m_pagesVerified |
true if the number pages of pages has been verified More... | |
int | m_headerId |
the header zone if known More... | |
int | m_footerId |
the footer zone if known More... | |
int | m_headerHeight |
the header height if known More... | |
int | m_footerHeight |
the footer height if known More... | |
int | m_columns |
the number of columns More... | |
std::vector< int > | m_columnsWidth |
the columns witdh in Points More... | |
std::vector< int > | m_columnsSep |
the columns separator in Points More... | |
std::map< int, shared_ptr < ClarisWksStruct::DSET > > | m_zonesMap |
the map of zone More... | |
std::map< int, ClarisWksStruct::DSET::Position > | m_zonesTypeMap |
the type of each zone More... | |
std::vector< int > | m_rootZonesList |
the list of root zones More... | |
std::vector< int > | m_hFZonesList |
the list of header/footer group More... | |
Internal: the state of a ClarisWksDocument.
|
inline |
constructor
|
inline |
returns a zone's type
int ClarisWksDocumentInternal::State::m_columns |
the number of columns
std::vector<int> ClarisWksDocumentInternal::State::m_columnsSep |
the columns separator in Points
std::vector<int> ClarisWksDocumentInternal::State::m_columnsWidth |
the columns witdh in Points
int ClarisWksDocumentInternal::State::m_footerHeight |
the footer height if known
int ClarisWksDocumentInternal::State::m_footerId |
the footer zone if known
int ClarisWksDocumentInternal::State::m_headerHeight |
the header height if known
int ClarisWksDocumentInternal::State::m_headerId |
the header zone if known
std::vector<int> ClarisWksDocumentInternal::State::m_hFZonesList |
the list of header/footer group
int ClarisWksDocumentInternal::State::m_numPages |
the number of pages (computed)
MWAWVec2i ClarisWksDocumentInternal::State::m_pages |
the number of pages find in the header ( if known )
bool ClarisWksDocumentInternal::State::m_pageSpanSet |
a flag to know if pageSpan is filled
bool ClarisWksDocumentInternal::State::m_pagesVerified |
true if the number pages of pages has been verified
std::vector<int> ClarisWksDocumentInternal::State::m_rootZonesList |
the list of root zones
std::map<int, shared_ptr<ClarisWksStruct::DSET> > ClarisWksDocumentInternal::State::m_zonesMap |
the map of zone
std::map<int, ClarisWksStruct::DSET::Position> ClarisWksDocumentInternal::State::m_zonesTypeMap |
the type of each zone
Referenced by getZoneType().