Internal: a basic zone id parser of a PowerPoint3Parser. More...
Public Member Functions | |
ListZoneIdParser (int numZones, std::string const &debugName) | |
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, int > | m_fieldIdToZoneIdMap |
map field id to zone id | |
![]() | |
int | m_fieldSize |
the field size | |
std::string | m_name |
the debug name | |
Internal: a basic zone id parser of a PowerPoint3Parser.
|
inline |
the constructor
|
finalvirtual |
virtual function used to parse a field
Implements PowerPoint3ParserInternal::FieldParser.
std::map<int,int> PowerPoint3ParserInternal::ListZoneIdParser::m_fieldIdToZoneIdMap |
map field id to zone id
Referenced by PowerPoint3Parser::createZones(), parse(), and PowerPoint3Parser::readPictureMain().
int PowerPoint3ParserInternal::ListZoneIdParser::m_numZones |
the number of zones
Referenced by parse().