Internal: a font name parser of a PowerPoint3Parser. More...
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 | |
![]() | |
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 | |
![]() | |
int | m_fieldSize |
the field size | |
std::string | m_name |
the debug name | |
Internal: a font name parser of a PowerPoint3Parser.
|
inlineexplicit |
the constructor
|
finalvirtual |
virtual function used to parse a field
Implements PowerPoint3ParserInternal::FieldParser.
std::vector<int> PowerPoint3ParserInternal::FontNameFieldParser::m_childList |
the child list
Referenced by PowerPoint3Parser::createZones(), and parse().
std::map<int, std::string> PowerPoint3ParserInternal::FontNameFieldParser::m_idToNameMap |
map file id to font name
Referenced by PowerPoint3Parser::createZones(), and parse().
int PowerPoint3ParserInternal::FontNameFieldParser::m_numZones |
the number of zones
Referenced by parse().