ClarisWksDocumentInternal::State Struct Reference

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...
 

Detailed Description

Internal: the state of a ClarisWksDocument.

Constructor & Destructor Documentation

ClarisWksDocumentInternal::State::State ( )
inline

constructor

Member Function Documentation

ClarisWksStruct::DSET::Position ClarisWksDocumentInternal::State::getZoneType ( int  id) const
inline

returns a zone's type

Member Data Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Thu Jul 9 2015 20:26:40 for libmwaw by doxygen 1.8.8