PowerPoint3ParserInternal::FontNameFieldParser Struct Referencefinal

Internal: a font name parser of a PowerPoint3Parser. More...

Inheritance diagram for PowerPoint3ParserInternal::FontNameFieldParser:
PowerPoint3ParserInternal::FieldParser

Public Member Functions

 FontNameFieldParser (int numZones)
 the constructor
 
bool parse (int id, MWAWInputStreamPtr &input, libmwaw::DebugFile &ascFile) final
 virtual function used to parse a field
 
- Public Member Functions inherited from PowerPoint3ParserInternal::FieldParser
 FieldParser (int fSize, std::string const &debugName)
 the constructor
 
virtual ~FieldParser ()
 destructor
 
virtual bool parse (int id, MWAWInputStreamPtr &input, libmwaw::DebugFile &ascFile)=0
 virtual function used to parse a field
 

Public Attributes

int m_numZones
 the number of zones
 
std::map< int, std::string > m_idToNameMap
 map file id to font name
 
std::vector< int > m_childList
 the child list
 
- Public Attributes inherited from PowerPoint3ParserInternal::FieldParser
int m_fieldSize
 the field size
 
std::string m_name
 the debug name
 

Detailed Description

Internal: a font name parser of a PowerPoint3Parser.

Constructor & Destructor Documentation

◆ FontNameFieldParser()

PowerPoint3ParserInternal::FontNameFieldParser::FontNameFieldParser ( int  numZones)
inlineexplicit

the constructor

Member Function Documentation

◆ parse()

bool PowerPoint3ParserInternal::FontNameFieldParser::parse ( int  id,
MWAWInputStreamPtr input,
libmwaw::DebugFile ascFile 
)
finalvirtual

virtual function used to parse a field

Implements PowerPoint3ParserInternal::FieldParser.

Member Data Documentation

◆ m_childList

std::vector<int> PowerPoint3ParserInternal::FontNameFieldParser::m_childList

the child list

Referenced by PowerPoint3Parser::createZones(), and parse().

◆ m_idToNameMap

std::map<int, std::string> PowerPoint3ParserInternal::FontNameFieldParser::m_idToNameMap

map file id to font name

Referenced by PowerPoint3Parser::createZones(), and parse().

◆ m_numZones

int PowerPoint3ParserInternal::FontNameFieldParser::m_numZones

the number of zones

Referenced by parse().


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