34 #ifndef GREAT_WKS_BM_PARSER 35 # define GREAT_WKS_BM_PARSER 40 #include <librevenge/librevenge.h> 69 void parse(librevenge::RVNGDrawingInterface *documentInterface)
final;
76 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
91 std::shared_ptr<GreatWksBMParserInternal::State>
m_state;
void init()
inits all internal variables
Definition: GreatWksBMParser.cxx:79
std::shared_ptr< GreatWksBMParserInternal::State > m_state
the state
Definition: GreatWksBMParser.hxx:91
bool sendPicture()
try to send the main picture
Definition: GreatWksBMParser.cxx:168
~GreatWksBMParser() final
destructor
Definition: GreatWksBMParser.cxx:75
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: GreatWksBMParser.cxx:120
GreatWksBMParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: GreatWksBMParser.cxx:69
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
the main class to read a GreatWorks paint file
Definition: GreatWksBMParser.hxx:57
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: GreatWksBMParser.cxx:92
Internal: the structures of a GreatWksBMParser.
Definition: GreatWksBMParser.cxx:50
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) final
checks if the document header is correct (or not)
Definition: GreatWksBMParser.cxx:216
bool createZones()
finds the different objects zones
Definition: GreatWksBMParser.cxx:143