38 #ifndef CLARIS_WKS_BM_PARSER
39 # define CLARIS_WKS_BM_PARSER
44 #include <librevenge/librevenge.h>
53 namespace ClarisWksBMParserInternal
80 void parse(librevenge::RVNGDrawingInterface *documentInterface);
87 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
95 shared_ptr<ClarisWksBMParserInternal::State>
m_state;
ClarisWksBMParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: ClarisWksBMParser.cxx:139
void parse(librevenge::RVNGDrawingInterface *documentInterface)
virtual function used to parse the input
Definition: ClarisWksBMParser.cxx:174
Internal: the subdocument of a ClarisWksBMParser.
Definition: ClarisWksBMParser.cxx:82
shared_ptr< ClarisWksBMParserInternal::State > m_state
the state
Definition: ClarisWksBMParser.hxx:95
the main class to read a bitmap AppleWorks/ClarisWorks file
Definition: ClarisWksBMParser.hxx:66
virtual ~ClarisWksBMParser()
destructor
Definition: ClarisWksBMParser.cxx:145
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:69
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:388
shared_ptr< ClarisWksDocument > m_document
the style manager
Definition: ClarisWksBMParser.hxx:98
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:380
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:234
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksBMParser.cxx:163
void init()
inits all internal variables
Definition: ClarisWksBMParser.cxx:149
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksBMParser.cxx:219