internal and low level: map opcode id -> OpCode More...
Public Member Functions | |
PictParser () | |
the constructor | |
bool | convertToPict2 (librevenge::RVNGBinaryData const &orig, librevenge::RVNGBinaryData &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 > | m_mapIdOp |
the map | |
internal and low level: map opcode id -> OpCode
|
inline |
the constructor
bool libmwaw_applepict1::PictParser::convertToPict2 | ( | librevenge::RVNGBinaryData const & | orig, |
librevenge::RVNGBinaryData & | result | ||
) |
internal and low level: tries to convert a Pict1.0 picture stored in orig in a Pict2.0 picture
Referenced by MWAWPictMac::convertPict1To2().
|
protected |
the map
Referenced by convertToPict2(), and PictParser().