34 #ifndef GREAT_WKS_BM_PARSER 35 # define GREAT_WKS_BM_PARSER 40 #include <librevenge/librevenge.h> 66 bool checkHeader(
MWAWHeader *header,
bool strict=
false);
69 void parse(librevenge::RVNGDrawingInterface *documentInterface);
76 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
91 shared_ptr<GreatWksBMParserInternal::State>
m_state;
shared_ptr< GreatWksBMParserInternal::State > m_state
the state
Definition: GreatWksBMParser.hxx:91
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:527
the main class to read a GreatWorks paint file
Definition: GreatWksBMParser.hxx:57
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:517
Internal: the structures of a GreatWksBMParser.
Definition: GreatWksBMParser.cxx:50
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:250