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;
void init()
inits all internal variables
Definition: GreatWksDRParser.cxx:138
bool createZones()
finds the different objects zones
Definition: GreatWksDRParser.cxx:220
the main class to read/store generic data of a GreatWorks document
Definition: GreatWksDocument.hxx:60
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksDRParser.cxx:187
std::shared_ptr< GreatWksDRParserInternal::State > m_state
the state
Definition: GreatWksDRParser.hxx:89
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: GreatWksDRParser.cxx:247
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
~GreatWksDRParser() final
destructor
Definition: GreatWksDRParser.cxx:134
the main class to read a GreatWorks graphic file
Definition: GreatWksDRParser.hxx:55
GreatWksDRParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksDRParser.cxx:126
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:551
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksDRParser.cxx:154
Internal: the structures of a GreatWksDRParser.
Definition: GreatWksDRParser.cxx:58