34 #ifndef PIXELPAINT_PARSER 35 # define PIXELPAINT_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 readFileHeaderV1(
bool onlyCheck=
false);
85 bool readFileHeaderV2(
bool onlyCheck=
false);
87 bool readColorMap(
bool onlyCheck=
false);
89 bool readPatternMap(
bool onlyCheck=
false);
91 bool readBitmapV1(
bool onlyCheck=
false);
93 bool readBitmapV2(
bool onlyCheck=
false);
101 shared_ptr<PixelPaintParserInternal::State>
m_state;
shared_ptr< PixelPaintParserInternal::State > m_state
the state
Definition: PixelPaintParser.hxx:101
Internal: the structures of a PixelPaintParser.
Definition: PixelPaintParser.cxx:51
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:510
the main class to read a PixelPaint file or a PNTG file
Definition: PixelPaintParser.hxx:55
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:500
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:245