SpringBoardParserInternal::State Struct Reference

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

Public Member Functions

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

Public Attributes

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

Detailed Description

Internal: the state of a SpringBoardParser.

Constructor & Destructor Documentation

◆ State()

SpringBoardParserInternal::State::State ( )
inline

constructor

Member Function Documentation

◆ getDataZoneName()

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

returns the name of a data zone

Member Data Documentation

◆ m_entries2ListMap

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

a map id to the last zone entries

◆ m_entriesListMap

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

a map zone id to list's entry

◆ m_idToFrameMap

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

the map (page,id) to frame map

◆ m_idToLinkMap

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

the map (page,id) to link map

◆ m_idToParagraphMap

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

the map id to paragraph

◆ m_idToShapeMap

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

the map (page,id) to shape map

◆ m_idToTextEntriesMap

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

the map id to text entries

◆ m_numPages

int SpringBoardParserInternal::State::m_numPages

the number of pages

◆ m_pageIdToDimensionMap

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

the map pageId to page dimension

◆ m_pageIdToHeaderFooterMap

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

the map pageId to header footer

◆ m_parsedZonesMap

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 Wed May 3 2023 07:18:29 for libmwaw by doxygen 1.9.6