#include <cstring>
#include <map>
#include <sstream>
#include <string>
#include <vector>
#include <librevenge/librevenge.h>
#include "libmwaw_internal.hxx"
#include "MWAWDebug.hxx"
#include "MWAWInputStream.hxx"
#include "MWAWPictMac.hxx"
#include "MWAWPictBitmap.hxx"
Classes | |
class | libmwaw_applepict1::Region |
Internal and low level: class used to read/store a picture region. More... | |
struct | libmwaw_applepict1::Bitmap |
Internal and low level: a class used to read pack/unpack black-white bitmap. More... | |
struct | libmwaw_applepict1::Value |
Internal and low level: a class used to read and store all possible value. More... | |
struct | libmwaw_applepict1::OpCode |
Internal and low level: a class to define each opcode and their arguments and read their data. More... | |
class | libmwaw_applepict1::PictParser |
internal and low level: map opcode id -> OpCode More... | |
Namespaces | |
namespace | libmwaw_applepict1 |
Internal and low level: generic tools about Mac Pict1.0 picture. | |
Macros | |
#define | DEBUG_BITMAP 0 |
#define | ADD_DATA_SHORT(resPtr, val) |
#define ADD_DATA_SHORT | ( | resPtr, | |
val | |||
) |
#define DEBUG_BITMAP 0 |