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 | |
bool | convertToPict2 (WPXBinaryData const &orig, WPXBinaryData &result) |
internal and low level: tries to convert a Pict1.0 picture stored in orig in a Pict2.0 picture | |
Protected Attributes | |
std::map< int, OpCode const * > | m_mapIdOp |
the map |
internal and low level: map opcode id -> OpCode
libmwaw_applepict1::PictParser::PictParser | ( | ) | [inline] |
the constructor
bool libmwaw_applepict1::PictParser::convertToPict2 | ( | WPXBinaryData const & | orig, |
WPXBinaryData & | result | ||
) |
internal and low level: tries to convert a Pict1.0 picture stored in orig in a Pict2.0 picture
Referenced by MWAWPictMac::convertPict1To2().
void libmwaw_applepict2::PictParser::parse | ( | MWAWInputStreamPtr | input, |
libmwaw::DebugFile & | dFile | ||
) |
internal and low level: parses a picture and stores the parsing in dFile
Referenced by MWAWPictMac::parsePict1(), and MWAWPictMac::parsePict2().
std::map<int,OpCode const *> libmwaw_applepict1::PictParser::m_mapIdOp [protected] |
the map
Referenced by convertToPict2(), parse(), PictParser(), and libmwaw_applepict2::PictParser::PictParser().