34#ifndef READYSETGO_PARSER
35# define READYSETGO_PARSER
40#include <librevenge/librevenge.h>
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:251
the main class to read the graphic part of a ReadySetGo 1-6 file
Definition: ReadySetGoGraph.hxx:68
the main class to read a ReadySetGo 1.0,2.1,3.0,4.0,4.5,6.0 file
Definition: ReadySetGoParser.hxx:61
std::shared_ptr< ReadySetGoGraph > m_graphParser
the graph parser
Definition: ReadySetGoParser.hxx:117
bool readPrintInfo()
try to read the print info zone
Definition: ReadySetGoParser.cxx:1391
bool readObjectGlossary()
try to read the glossary object list: v6
Definition: ReadySetGoParser.cxx:1167
bool readZone11()
try to read an unknown zone: v6
Definition: ReadySetGoParser.cxx:1329
bool readDocument()
try to read the document header: v3
Definition: ReadySetGoParser.cxx:611
bool createZones()
finds the different objects zones
Definition: ReadySetGoParser.cxx:177
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
the main parse function
Definition: ReadySetGoParser.cxx:125
bool isDesignStudioFile() const
returns true if the file is a design studio 2 file
Definition: ReadySetGoParser.cxx:117
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ReadySetGoParser.cxx:155
std::shared_ptr< ReadySetGoParserInternal::State > m_state
the state
Definition: ReadySetGoParser.hxx:121
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ReadySetGoParser.cxx:380
bool readGlossary()
try to read the glossary text list: v4
Definition: ReadySetGoParser.cxx:985
bool readFontsUnknown()
try to read an unknown font zone: v6
Definition: ReadySetGoParser.cxx:1241
std::shared_ptr< ReadySetGoStyleManager > m_styleManager
the style manager
Definition: ReadySetGoParser.hxx:119
bool readIdsList()
try to read an unknown list of IDs: v3
Definition: ReadySetGoParser.cxx:928
~ReadySetGoParser() final
destructor
Definition: ReadySetGoParser.cxx:113
class to read/store ReadySetGo v1-v6 styles
Definition: ReadySetGoStyleManager.hxx:61
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 ReadySetGoParser.
Definition: ReadySetGoParser.cxx:64
Definition: MWAWDocument.hxx:57