Internal: virtual field parser of a PowerPoint3Parser. More...
Public Member Functions | |
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_fieldSize |
the field size | |
std::string | m_name |
the debug name | |
Internal: virtual field parser of a PowerPoint3Parser.
|
inline |
the constructor
|
virtual |
destructor
|
pure virtual |
virtual function used to parse a field
Implemented in PowerPoint3ParserInternal::ListZoneIdParser, and PowerPoint3ParserInternal::FontNameFieldParser.
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().