the main class to create presentation Claris Works file More...
#include <ClarisWksPRParser.hxx>
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< ClarisWksDocument > | m_document |
| the main document manager | |
Friends | |
| class | ClarisWksPRParserInternal::SubDocument |
| class | ClarisWksDocument |
the main class to create presentation Claris Works file
| ClarisWksPRParser::ClarisWksPRParser | ( | MWAWInputStreamPtr | input, |
| MWAWRSRCParserPtr | rsrcParser, | ||
| MWAWHeader * | header | ||
| ) |
constructor
| ClarisWksPRParser::~ClarisWksPRParser | ( | ) | [virtual] |
destructor
| bool ClarisWksPRParser::checkHeader | ( | MWAWHeader * | header, |
| bool | strict = false |
||
| ) | [virtual] |
| 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.
friend class ClarisWksDocument [friend] |
Referenced by init().
friend class ClarisWksPRParserInternal::SubDocument [friend] |
shared_ptr<ClarisWksDocument> ClarisWksPRParser::m_document [protected] |
the main document manager
Referenced by checkHeader(), createDocument(), init(), parse(), and ClarisWksPRParserInternal::SubDocument::parse().
shared_ptr<ClarisWksPRParserInternal::State> ClarisWksPRParser::m_state [protected] |
the state
Referenced by checkHeader(), createDocument(), and init().