ClarisWksPRParser Class Reference

the main class to create presentation Claris Works file More...

#include <ClarisWksPRParser.hxx>

Inheritance diagram for ClarisWksPRParser:
MWAWPresentationParser MWAWParser

List of all members.

Public Member Functions

 ClarisWksPRParser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
 constructor
virtual ~ClarisWksPRParser ()
 destructor
bool checkHeader (MWAWHeader *header, bool strict=false)
 checks if the document header is correct (or not)
void parse (librevenge::RVNGPresentationInterface *documentInterface)
 virtual function used to parse the input

Protected Member Functions

void init ()
 inits all internal variables
void createDocument (librevenge::RVNGPresentationInterface *documentInterface)
 creates the listener which will be associated to the document

Protected Attributes

shared_ptr
< ClarisWksPRParserInternal::State
m_state
 the state
shared_ptr< ClarisWksDocumentm_document
 the main document manager

Friends

class ClarisWksPRParserInternal::SubDocument
class ClarisWksDocument

Detailed Description

the main class to create presentation Claris Works file


Constructor & Destructor Documentation

constructor

destructor


Member Function Documentation

bool ClarisWksPRParser::checkHeader ( MWAWHeader header,
bool  strict = false 
) [virtual]

checks if the document header is correct (or not)

Implements MWAWParser.

Referenced by parse().

void ClarisWksPRParser::createDocument ( librevenge::RVNGPresentationInterface *  documentInterface) [protected]

creates the listener which will be associated to the document

Referenced by parse().

void ClarisWksPRParser::init ( ) [protected]

inits all internal variables

Referenced by ClarisWksPRParser().

void ClarisWksPRParser::parse ( librevenge::RVNGPresentationInterface *  documentInterface) [virtual]

virtual function used to parse the input

Implements MWAWPresentationParser.


Friends And Related Function Documentation

friend class ClarisWksDocument [friend]

Referenced by init().


Member Data Documentation


The documentation for this class was generated from the following files: