38 #ifndef CLARIS_WKS_BM_PARSER 39 # define CLARIS_WKS_BM_PARSER 44 #include <librevenge/librevenge.h>
Definition: MWAWDocument.hxx:56
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: ClarisWksBMParser.cxx:119
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
ClarisWksBMParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: ClarisWksBMParser.cxx:82
std::shared_ptr< ClarisWksBMParserInternal::State > m_state
the state
Definition: ClarisWksBMParser.hxx:93
std::shared_ptr< ClarisWksDocument > m_document
the style manager
Definition: ClarisWksBMParser.hxx:96
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ClarisWksBMParser.cxx:108
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
void init()
inits all internal variables
Definition: ClarisWksBMParser.cxx:94
~ClarisWksBMParser() final
destructor
Definition: ClarisWksBMParser.cxx:90
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ClarisWksBMParser.cxx:159