internal and low level: map opcode id -> OpCode More...
Public Member Functions | |
| PictParser () | |
| the constructor | |
| void | parse (MWAWInputStreamPtr input, libmwaw::DebugFile &dFile) |
| internal and low level: parses a picture and stores the parsing in dFile | |
Protected Attributes | |
| std::map< int, OpCode const * > | m_mapIdOp |
| the map | |
internal and low level: map opcode id -> OpCode
| libmwaw_applepict2::PictParser::PictParser | ( | ) | [inline] |
the constructor
| void libmwaw_applepict2::PictParser::parse | ( | MWAWInputStreamPtr | input, |
| libmwaw::DebugFile & | dFile | ||
| ) |
internal and low level: parses a picture and stores the parsing in dFile
std::map<int,OpCode const *> libmwaw_applepict2::PictParser::m_mapIdOp [protected] |
the map