34 #ifndef CRICKETDRAW_PARSER 35 # define CRICKETDRAW_PARSER 40 #include <librevenge/librevenge.h> 68 bool checkHeader(
MWAWHeader *header,
bool strict=
false);
71 void parse(librevenge::RVNGDrawingInterface *documentInterface);
75 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
90 bool sendText(
int zoneId);
105 shared_ptr<CricketDrawParserInternal::State>
m_state;
small structure of CricketDrawParserInternal used to stored a shape
Definition: CricketDrawParser.cxx:63
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: CricketDrawParser.cxx:307
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:513
Internal: the subdocument of a CricketDrawParser.
Definition: CricketDrawParser.cxx:273
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:250
shared_ptr< CricketDrawParserInternal::State > m_state
the state
Definition: CricketDrawParser.hxx:105
Internal: the structures of a CricketDrawParser.
Definition: CricketDrawParser.cxx:58
the main class to read a CricketDraw v0,v1 file
Definition: CricketDrawParser.hxx:58