38 #ifndef CLARIS_WKS_PR_PARSER
39 # define CLARIS_WKS_PR_PARSER
45 #include <librevenge/librevenge.h>
82 void parse(librevenge::RVNGPresentationInterface *documentInterface);
89 void createDocument(librevenge::RVNGPresentationInterface *documentInterface);
101 shared_ptr<ClarisWksPRParserInternal::State>
m_state;
virtual ~ClarisWksPRParser()
destructor
Definition: ClarisWksPRParser.cxx:148
ClarisWksPRParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: ClarisWksPRParser.cxx:142
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksPRParser.cxx:167
shared_ptr< ClarisWksDocument > m_document
the main document manager
Definition: ClarisWksPRParser.hxx:104
shared_ptr< ClarisWksPRParserInternal::State > m_state
the state
Definition: ClarisWksPRParser.hxx:101
void init()
inits all internal variables
Definition: ClarisWksPRParser.cxx:152
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:72
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
Internal: the structures of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:66
virtual class which defines the ancestor of all presentation zone parser
Definition: MWAWParser.hxx:258
the main class to create presentation Claris Works file
Definition: ClarisWksPRParser.hxx:67
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
void createDocument(librevenge::RVNGPresentationInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksPRParser.cxx:213
Internal: the subdocument of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:82
void parse(librevenge::RVNGPresentationInterface *documentInterface)
virtual function used to parse the input
Definition: ClarisWksPRParser.cxx:178