38 #ifndef CLARIS_WKS_BM_PARSER
39 # define CLARIS_WKS_BM_PARSER
44 #include <librevenge/librevenge.h>
78 void parse(librevenge::RVNGDrawingInterface *documentInterface);
85 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
93 shared_ptr<ClarisWksBMParserInternal::State>
m_state;
ClarisWksBMParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: ClarisWksBMParser.cxx:84
void parse(librevenge::RVNGDrawingInterface *documentInterface)
virtual function used to parse the input
Definition: ClarisWksBMParser.cxx:119
shared_ptr< ClarisWksBMParserInternal::State > m_state
the state
Definition: ClarisWksBMParser.hxx:93
the main class to read a bitmap AppleWorks/ClarisWorks file
Definition: ClarisWksBMParser.hxx:65
virtual ~ClarisWksBMParser()
destructor
Definition: ClarisWksBMParser.cxx:90
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:72
Internal: the structures of a ClarisWksBMParser.
Definition: ClarisWksBMParser.cxx:66
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:449
shared_ptr< ClarisWksDocument > m_document
the style manager
Definition: ClarisWksBMParser.hxx:96
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:245
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksBMParser.cxx:108
void init()
inits all internal variables
Definition: ClarisWksBMParser.cxx:94
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksBMParser.cxx:159