38#ifndef CLARIS_WKS_PR_PARSER
39# define CLARIS_WKS_PR_PARSER
45#include <librevenge/librevenge.h>
82 void parse(
librevenge::RVNGPresentationInterface *documentInterface) final;
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:74
Internal: the subdocument of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:85
the main class to create presentation Claris Works file
Definition: ClarisWksPRParser.hxx:68
std::shared_ptr< ClarisWksPRParserInternal::State > m_state
the state
Definition: ClarisWksPRParser.hxx:101
void parse(librevenge::RVNGPresentationInterface *documentInterface) final
virtual function used to parse the input
Definition: ClarisWksPRParser.cxx:179
void init()
inits all internal variables
Definition: ClarisWksPRParser.cxx:153
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ClarisWksPRParser.cxx:168
void createDocument(librevenge::RVNGPresentationInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksPRParser.cxx:214
~ClarisWksPRParser() final
destructor
Definition: ClarisWksPRParser.cxx:149
std::shared_ptr< ClarisWksDocument > m_document
the main document manager
Definition: ClarisWksPRParser.hxx:104
virtual class which defines the ancestor of all presentation zone parser
Definition: MWAWParser.hxx:267
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 ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:67
Definition: MWAWDocument.hxx:57