StyleParserInternal::State Struct Reference

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

Public Member Functions

 State ()
 constructor
 

Public Attributes

std::map< std::string, MWAWEntrym_entryMap
 the map type to entry
 
bool m_unicodeChar
 true if the character are unicode character
 
MWAWEntry m_textEntry
 the text entry
 
MWAWColor m_backgroundColor
 the background color
 
std::vector< int > m_fontIdToFinalIdList
 list of font final id
 
std::vector< Fontm_fontList
 the list of font style
 
std::vector< MWAWParagraphm_paragraphList
 the list of paragraph style
 
std::map< long, int > m_posFontIdMap
 a map pos->font id
 
std::map< long, int > m_posParagraphIdMap
 a map pos->paragraphId
 
std::map< long, Picturem_posPictureMap
 a map pos->pictEntry
 
int m_actPage
 the actual page
 
int m_numPages
 the number of page of the final document
 

Detailed Description

Internal: the state of a StyleParser.

Constructor & Destructor Documentation

◆ State()

StyleParserInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_actPage

int StyleParserInternal::State::m_actPage

the actual page

◆ m_backgroundColor

MWAWColor StyleParserInternal::State::m_backgroundColor

the background color

◆ m_entryMap

std::map<std::string, MWAWEntry> StyleParserInternal::State::m_entryMap

the map type to entry

◆ m_fontIdToFinalIdList

std::vector<int> StyleParserInternal::State::m_fontIdToFinalIdList

list of font final id

◆ m_fontList

std::vector<Font> StyleParserInternal::State::m_fontList

the list of font style

◆ m_numPages

int StyleParserInternal::State::m_numPages

the number of page of the final document

◆ m_paragraphList

std::vector<MWAWParagraph> StyleParserInternal::State::m_paragraphList

the list of paragraph style

◆ m_posFontIdMap

std::map<long,int> StyleParserInternal::State::m_posFontIdMap

a map pos->font id

◆ m_posParagraphIdMap

std::map<long,int> StyleParserInternal::State::m_posParagraphIdMap

a map pos->paragraphId

◆ m_posPictureMap

std::map<long,Picture> StyleParserInternal::State::m_posPictureMap

a map pos->pictEntry

◆ m_textEntry

MWAWEntry StyleParserInternal::State::m_textEntry

the text entry

◆ m_unicodeChar

bool StyleParserInternal::State::m_unicodeChar

true if the character are unicode character


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