34 #ifndef MACPAINT_PARSER 35 # define MACPAINT_PARSER 40 #include <librevenge/librevenge.h> 64 bool checkHeader(
MWAWHeader *header,
bool strict=
false);
67 void parse(librevenge::RVNGDrawingInterface *documentInterface);
74 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
83 bool readBitmap(
bool onlyCheck=
false);
91 shared_ptr<MacPaintParserInternal::State>
m_state;
shared_ptr< MacPaintParserInternal::State > m_state
the state
Definition: MacPaintParser.hxx:91
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:513
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:250
the main class to read a MacPaint's, FullPaint's or other PNTG files
Definition: MacPaintParser.hxx:55
Internal: the structures of a MacPaintParser.
Definition: MacPaintParser.cxx:51