34 #ifndef GREAT_WKS_DR_PARSER 35 # define GREAT_WKS_DR_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);
89 shared_ptr<GreatWksDRParserInternal::State>
m_state;
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:59
shared_ptr< GreatWksDocument > m_document
the main document
Definition: GreatWksDRParser.hxx:92
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:506
the main class to read a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:55
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:496
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:245
shared_ptr< GreatWksDRParserInternal::State > m_state
the state
Definition: GreatWksDRParser.hxx:89
Internal: the structures of a GreatWksDRParser.
Definition: GreatWksDRParser.cxx:58