Internal: virtual field parser of a PowerPoint3Parser. More...
 
  
| Public Member Functions | |
| FieldParser (int fSize, std::string const &debugName) | |
| the constructor  More... | |
| virtual | ~FieldParser () | 
| destructor  More... | |
| virtual bool | parse (int id, MWAWInputStreamPtr &input, libmwaw::DebugFile &ascFile)=0 | 
| virtual function used to parse a field  More... | |
| Public Attributes | |
| int | m_fieldSize | 
| the field size  More... | |
| std::string | m_name | 
| the debug name  More... | |
Internal: virtual field parser of a PowerPoint3Parser.
| 
 | inline | 
the constructor
| 
 | virtual | 
destructor
| 
 | pure virtual | 
virtual function used to parse a field
Implemented in PowerPoint3ParserInternal::FontNameFieldParser, and PowerPoint3ParserInternal::ListZoneIdParser.
Referenced by PowerPoint3Parser::readStructList().
| int PowerPoint3ParserInternal::FieldParser::m_fieldSize | 
the field size
Referenced by PowerPoint3Parser::readStructList().
| std::string PowerPoint3ParserInternal::FieldParser::m_name | 
the debug name
Referenced by PowerPoint3ParserInternal::ListZoneIdParser::parse(), PowerPoint3ParserInternal::FontNameFieldParser::parse(), and PowerPoint3Parser::readStructList().