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;
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
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
Internal: the structures of a ClarisWksBMParser.
Definition: ClarisWksBMParser.cxx:66
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:510
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:500
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: ClarisWksDocument.cxx:615
friend class ClarisWksBMParser
Definition: ClarisWksDocument.hxx:77