MacWrtProStructuresInternal::State Struct Reference

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

Public Member Functions

 State ()
 constructor More...
 

Static Public Member Functions

static bool updateLineType (int lineType, MWAWBorder &border)
 try to set the line properties of a border More...
 

Public Attributes

int m_version
 the file version More...
 
int m_numPages
 the number of pages More...
 
librevenge::RVNGBinaryData m_inputData
 the input data More...
 
std::vector< Fontm_fontsList
 the list of fonts More...
 
std::vector< Paragraphm_paragraphsList
 the list of paragraph More...
 
std::vector< Sectionm_sectionsList
 the list of section More...
 
std::vector< shared_ptr< Block > > m_blocksList
 the list of block More...
 
std::map< int, shared_ptr
< Block > > 
m_blocksMap
 a map block id -> block More...
 
std::map< int, shared_ptr
< Table > > 
m_tablesMap
 a map block id -> table More...
 
std::vector< int > m_footnotesList
 the foonote list (for MWII) More...
 
std::map< int, int > m_headersMap
 a map page -> header id More...
 
std::map< int, int > m_footersMap
 a map page -> footer id More...
 

Detailed Description

Internal: the state of a MacWrtProStructures.

Constructor & Destructor Documentation

MacWrtProStructuresInternal::State::State ( )
inline

constructor

Member Function Documentation

static bool MacWrtProStructuresInternal::State::updateLineType ( int  lineType,
MWAWBorder border 
)
inlinestatic

try to set the line properties of a border

Member Data Documentation

std::vector<shared_ptr<Block> > MacWrtProStructuresInternal::State::m_blocksList

the list of block

std::map<int, shared_ptr<Block> > MacWrtProStructuresInternal::State::m_blocksMap

a map block id -> block

std::vector<Font> MacWrtProStructuresInternal::State::m_fontsList

the list of fonts

std::map<int, int> MacWrtProStructuresInternal::State::m_footersMap

a map page -> footer id

std::vector<int> MacWrtProStructuresInternal::State::m_footnotesList

the foonote list (for MWII)

std::map<int, int> MacWrtProStructuresInternal::State::m_headersMap

a map page -> header id

librevenge::RVNGBinaryData MacWrtProStructuresInternal::State::m_inputData

the input data

int MacWrtProStructuresInternal::State::m_numPages

the number of pages

std::vector<Paragraph> MacWrtProStructuresInternal::State::m_paragraphsList

the list of paragraph

std::vector<Section> MacWrtProStructuresInternal::State::m_sectionsList

the list of section

std::map<int, shared_ptr<Table> > MacWrtProStructuresInternal::State::m_tablesMap

a map block id -> table

int MacWrtProStructuresInternal::State::m_version

the file version


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

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