34 #ifndef GREAT_WKS_DR_PARSER
35 # define GREAT_WKS_DR_PARSER
40 #include <librevenge/librevenge.h>
67 void parse(librevenge::RVNGDrawingInterface *documentInterface);
74 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
89 shared_ptr<GreatWksDRParserInternal::State>
m_state;
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: GreatWksDRParser.cxx:240
void init()
inits all internal variables
Definition: GreatWksDRParser.cxx:131
bool createZones()
finds the different objects zones
Definition: GreatWksDRParser.cxx:213
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:59
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksDRParser.cxx:180
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:449
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:439
virtual ~GreatWksDRParser()
destructor
Definition: GreatWksDRParser.cxx:127
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
GreatWksDRParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksDRParser.cxx:121
void parse(librevenge::RVNGDrawingInterface *documentInterface)
virtual function used to parse the input
Definition: GreatWksDRParser.cxx:147