34#ifndef GREAT_WKS_DR_PARSER
35# define GREAT_WKS_DR_PARSER
40#include <librevenge/librevenge.h>
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 a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:56
std::shared_ptr< GreatWksDocument > m_document
the main document
Definition: GreatWksDRParser.hxx:92
void init()
inits all internal variables
Definition: GreatWksDRParser.cxx:138
std::shared_ptr< GreatWksDRParserInternal::State > m_state
the state
Definition: GreatWksDRParser.hxx:89
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksDRParser.cxx:187
~GreatWksDRParser() final
destructor
Definition: GreatWksDRParser.cxx:134
bool createZones()
finds the different objects zones
Definition: GreatWksDRParser.cxx:220
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksDRParser.cxx:154
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: GreatWksDRParser.cxx:247
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:61
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:251
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a GreatWksDRParser.
Definition: GreatWksDRParser.cxx:59