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
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
friend class ClarisWksDocument
Definition ClarisWksPRParser.hxx:70
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
ClarisWksPRParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition ClarisWksPRParser.cxx:141
MWAWPresentationParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor (protected)
Definition MWAWParser.hxx:275
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
Internal: the state of a ClarisWksPRParser.
Definition ClarisWksPRParser.cxx:71