ClarisWksBMParser Class Reference

the main class to read a bitmap AppleWorks/ClarisWorks file More...

#include <ClarisWksBMParser.hxx>

Inheritance diagram for ClarisWksBMParser:
MWAWGraphicParser MWAWParser

List of all members.

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

shared_ptr
< ClarisWksBMParserInternal::State
m_state
 the state
shared_ptr< ClarisWksDocumentm_document
 the style manager

Friends

class ClarisWksDocument

Detailed Description

the main class to read a bitmap AppleWorks/ClarisWorks file


Constructor & Destructor Documentation

constructor

destructor


Member Function Documentation

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

checks if the document header is correct (or not)

Implements MWAWParser.

Referenced by parse().

void ClarisWksBMParser::createDocument ( librevenge::RVNGDrawingInterface *  documentInterface) [protected]

creates the listener which will be associated to the document

Referenced by parse().

void ClarisWksBMParser::init ( ) [protected]

inits all internal variables

Referenced by ClarisWksBMParser().

void ClarisWksBMParser::parse ( librevenge::RVNGDrawingInterface *  documentInterface) [virtual]

virtual function used to parse the input

Implements MWAWGraphicParser.


Friends And Related Function Documentation

friend class ClarisWksDocument [friend]

Referenced by init().


Member Data Documentation

the style manager

Referenced by checkHeader(), createDocument(), init(), and parse().


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