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