34 #ifndef MACPAINT_PARSER 35 # define MACPAINT_PARSER 40 #include <librevenge/librevenge.h> 64 bool checkHeader(
MWAWHeader *header,
bool strict=
false)
final;
67 void parse(librevenge::RVNGDrawingInterface *documentInterface)
final;
74 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
83 bool readBitmap(
bool onlyCheck=
false);
91 std::shared_ptr<MacPaintParserInternal::State>
m_state;
std::shared_ptr< MacPaintParserInternal::State > m_state
the state
Definition: MacPaintParser.hxx:91
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:559
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:250
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:549
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