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)
final;
69 void parse(librevenge::RVNGDrawingInterface *documentInterface)
final;
76 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
91 std::shared_ptr<GreatWksBMParserInternal::State>
m_state;
std::shared_ptr< GreatWksBMParserInternal::State > m_state
the state
Definition: GreatWksBMParser.hxx:91
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
the main class to read a GreatWorks paint file
Definition: GreatWksBMParser.hxx:57
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
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551