34#ifndef CRICKETDRAW_PARSER
35# define CRICKETDRAW_PARSER
40#include <librevenge/librevenge.h>
Internal: the subdocument of a CricketDrawParser.
Definition: CricketDrawParser.cxx:294
the main class to read a CricketDraw v0,v1 file
Definition: CricketDrawParser.hxx:59
bool sendText(int zoneId)
try to send a text zone to the listener
Definition: CricketDrawParser.cxx:1433
std::shared_ptr< CricketDrawParserInternal::State > m_state
the state
Definition: CricketDrawParser.hxx:105
bool sendAll()
try to send the different zones
Definition: CricketDrawParser.cxx:1272
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: CricketDrawParser.cxx:1156
bool readShape()
try to read a shape
Definition: CricketDrawParser.cxx:459
bool sendBitmap(CricketDrawParserInternal::Shape const &bitmap, MWAWTransformation const &transform)
try to send a bitmap shape
Definition: CricketDrawParser.cxx:1485
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: CricketDrawParser.cxx:364
bool readPrintInfo()
try to read the print info zone
Definition: CricketDrawParser.cxx:1211
~CricketDrawParser() final
destructor
Definition: CricketDrawParser.cxx:357
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: CricketDrawParser.cxx:392
bool send(CricketDrawParserInternal::Shape const &shape, MWAWTransformation const &transform)
try to send a shape
Definition: CricketDrawParser.cxx:1313
bool createZones()
finds the different objects zones
Definition: CricketDrawParser.cxx:414
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:251
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a CricketDrawParser.
Definition: CricketDrawParser.cxx:59
Definition: MWAWDocument.hxx:57