SpringBoardParserInternal::State Struct Reference

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

Public Member Functions

 State ()
 constructor More...
 
std::string getDataZoneName (int id) const
 returns the name of a data zone More...
 

Public Attributes

int m_numPages
 the number of pages More...
 
std::map< int, MWAWEntrym_entriesListMap
 a map zone id to list's entry More...
 
std::map< int, MWAWEntrym_entries2ListMap
 a map id to the last zone entries More...
 
std::map< int, MWAWBox2im_pageIdToDimensionMap
 the map pageId to page dimension More...
 
std::map< int, HeaderFooterm_pageIdToHeaderFooterMap
 the map pageId to header footer More...
 
std::map< std::pair< int, int >, Framem_idToFrameMap
 the map (page,id) to frame map More...
 
std::map< std::pair< int, int >, Shapem_idToShapeMap
 the map (page,id) to shape map More...
 
std::map< std::pair< int, int >, Linkm_idToLinkMap
 the map (page,id) to link map More...
 
std::map< int, MWAWEntrym_idToTextEntriesMap
 the map id to text entries More...
 
std::map< int, MWAWParagraphm_idToParagraphMap
 the map id to paragraph More...
 
std::map< long, long > m_parsedZonesMap
 the list of parsed zone More...
 

Detailed Description

Internal: the state of a SpringBoardParser.

Constructor & Destructor Documentation

SpringBoardParserInternal::State::State ( )
inline

constructor

Member Function Documentation

std::string SpringBoardParserInternal::State::getDataZoneName ( int  id) const
inline

returns the name of a data zone

Member Data Documentation

std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_entries2ListMap

a map id to the last zone entries

std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_entriesListMap

a map zone id to list's entry

std::map<std::pair<int,int>, Frame> SpringBoardParserInternal::State::m_idToFrameMap

the map (page,id) to frame map

std::map<std::pair<int,int>, Link> SpringBoardParserInternal::State::m_idToLinkMap

the map (page,id) to link map

std::map<int, MWAWParagraph> SpringBoardParserInternal::State::m_idToParagraphMap

the map id to paragraph

std::map<std::pair<int,int>, Shape> SpringBoardParserInternal::State::m_idToShapeMap

the map (page,id) to shape map

std::map<int, MWAWEntry> SpringBoardParserInternal::State::m_idToTextEntriesMap

the map id to text entries

int SpringBoardParserInternal::State::m_numPages

the number of pages

std::map<int, MWAWBox2i> SpringBoardParserInternal::State::m_pageIdToDimensionMap

the map pageId to page dimension

std::map<int, HeaderFooter> SpringBoardParserInternal::State::m_pageIdToHeaderFooterMap

the map pageId to header footer

std::map<long,long> SpringBoardParserInternal::State::m_parsedZonesMap

the list of parsed zone


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

Generated on Thu May 30 2024 13:09:18 for libmwaw by doxygen 1.8.10