the main class to read a bitmap AppleWorks/ClarisWorks file More...
#include <ClarisWksBMParser.hxx>
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< ClarisWksDocument > | m_document |
| the style manager | |
Friends | |
| class | ClarisWksDocument |
the main class to read a bitmap AppleWorks/ClarisWorks file
| ClarisWksBMParser::ClarisWksBMParser | ( | MWAWInputStreamPtr | input, |
| MWAWRSRCParserPtr | rsrcParser, | ||
| MWAWHeader * | header | ||
| ) |
constructor
| ClarisWksBMParser::~ClarisWksBMParser | ( | ) | [virtual] |
destructor
| bool ClarisWksBMParser::checkHeader | ( | MWAWHeader * | header, |
| bool | strict = false |
||
| ) | [virtual] |
| 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.
friend class ClarisWksDocument [friend] |
Referenced by init().
shared_ptr<ClarisWksDocument> ClarisWksBMParser::m_document [protected] |
the style manager
Referenced by checkHeader(), createDocument(), init(), and parse().
shared_ptr<ClarisWksBMParserInternal::State> ClarisWksBMParser::m_state [protected] |
the state
Referenced by checkHeader(), createDocument(), and init().