34 #ifndef READYSETGO_PARSER
35 # define READYSETGO_PARSER
40 #include <librevenge/librevenge.h>
class to read/store ReadySetGo v1-v6 styles
Definition: ReadySetGoStyleManager.hxx:60
bool readDocument()
try to read the document header: v3
Definition: ReadySetGoParser.cxx:611
bool readZone11()
try to read an unknown zone: v6
Definition: ReadySetGoParser.cxx:1329
the main class to read the graphic part of a ReadySetGo 1-6 file
Definition: ReadySetGoGraph.hxx:67
std::shared_ptr< ReadySetGoParserInternal::State > m_state
the state
Definition: ReadySetGoParser.hxx:121
Definition: MWAWDocument.hxx:56
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
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
bool readIdsList()
try to read an unknown list of IDs: v3
Definition: ReadySetGoParser.cxx:928
bool readPrintInfo()
try to read the print info zone
Definition: ReadySetGoParser.cxx:1391
~ReadySetGoParser() final
destructor
Definition: ReadySetGoParser.cxx:113
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
bool createZones()
finds the different objects zones
Definition: ReadySetGoParser.cxx:177
bool readFontsUnknown()
try to read an unknown font zone: v6
Definition: ReadySetGoParser.cxx:1241
std::shared_ptr< ReadySetGoGraph > m_graphParser
the graph parser
Definition: ReadySetGoParser.hxx:117
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ReadySetGoParser.cxx:380
bool readObjectGlossary()
try to read the glossary object list: v6
Definition: ReadySetGoParser.cxx:1167
Internal: the structures of a ReadySetGoParser.
Definition: ReadySetGoParser.cxx:63
the main class to read a ReadySetGo 1.0,2.1,3.0,4.0,4.5,6.0 file
Definition: ReadySetGoParser.hxx:60
ReadySetGoParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: ReadySetGoParser.cxx:101
std::shared_ptr< ReadySetGoStyleManager > m_styleManager
the style manager
Definition: ReadySetGoParser.hxx:119
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ReadySetGoParser.cxx:155
bool readGlossary()
try to read the glossary text list: v4
Definition: ReadySetGoParser.cxx:985