ZWrtTextInternal::State Struct Reference

Internal: the state of a ZWrtText. More...

Public Member Functions

 State ()
 constructor More...
 
SectiongetSection (int id)
 return a section for an id ( if it does not exists, create id ) More...
 

Public Attributes

int m_version
 the file version More...
 
int m_numPages
 
int m_actualPage
 
std::map< int, Sectionm_idSectionMap
 a map id -> section More...
 
HFZone m_header
 the header zone More...
 
HFZone m_footer
 the footer zone More...
 

Detailed Description

Internal: the state of a ZWrtText.

Constructor & Destructor Documentation

ZWrtTextInternal::State::State ( )
inline

constructor

Member Function Documentation

Section& ZWrtTextInternal::State::getSection ( int  id)
inline

return a section for an id ( if it does not exists, create id )

Member Data Documentation

int ZWrtTextInternal::State::m_actualPage
HFZone ZWrtTextInternal::State::m_footer

the footer zone

HFZone ZWrtTextInternal::State::m_header

the header zone

std::map<int, Section> ZWrtTextInternal::State::m_idSectionMap

a map id -> section

Referenced by getSection().

int ZWrtTextInternal::State::m_numPages
int ZWrtTextInternal::State::m_version
mutable

the file version


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

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