Internal and low level: generic tools about Mac Pict2.0 picture. More...
Classes | |
| struct | Value |
| Internal and low level: a class used to read and store all possible value. More... | |
| struct | OpCode |
| Internal and low level: a class to define each opcode and their arguments and read their data. More... | |
| class | PictParser |
| internal and low level: map opcode id -> OpCode More... | |
Variables | |
| static OpCode const | s_listCodes [] |
| internal and low level: list of new opcodes More... | |
| static PictParser | s_parser |
| the map id -> opcode More... | |
Internal and low level: generic tools about Mac Pict2.0 picture.
This regroups some functions to parse them.
|
static |
internal and low level: list of new opcodes
Referenced by libmwaw_applepict2::PictParser::PictParser().
|
static |
the map id -> opcode
Referenced by MWAWPictMac::parsePict2().