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)
final;
67 void parse(librevenge::RVNGDrawingInterface *documentInterface)
final;
74 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
89 std::shared_ptr<GreatWksDRParserInternal::State>
m_state;
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
std::shared_ptr< GreatWksDRParserInternal::State > m_state
the state
Definition: GreatWksDRParser.hxx:89
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:559
the main class to read a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:55
std::shared_ptr< GreatWksDocument > m_document
the main document
Definition: GreatWksDRParser.hxx:92
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
Internal: the structures of a GreatWksDRParser.
Definition: GreatWksDRParser.cxx:58