38 #ifndef CLARIS_WKS_BM_PARSER 39 # define CLARIS_WKS_BM_PARSER 44 #include <librevenge/librevenge.h> 78 void parse(
librevenge::RVNGDrawingInterface *documentInterface) final;
85 void createDocument(
librevenge::RVNGDrawingInterface *documentInterface);
Definition: MWAWDocument.hxx:56
std::shared_ptr< ClarisWksDocumentInternal::State > m_state
the state
Definition: ClarisWksDocument.hxx:239
the main class to read a bitmap AppleWorks/ClarisWorks file
Definition: ClarisWksBMParser.hxx:65
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
Internal: the structures of a ClarisWksBMParser.
Definition: ClarisWksBMParser.cxx:66
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:250
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksDocument.cxx:642
friend class ClarisWksBMParser
Definition: ClarisWksDocument.hxx:77