34 #ifndef MACDRAW_PARSER 35 # define MACDRAW_PARSER 40 #include <librevenge/librevenge.h> 68 bool checkHeader(
MWAWHeader *header,
bool strict=
false);
71 void parse(librevenge::RVNGDrawingInterface *documentInterface);
78 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
103 bool sendText(
int zoneId);
109 shared_ptr<MacDrawParserInternal::State>
m_state;
Internal: the subdocument of a MacDrawParser.
Definition: MacDrawParser.cxx:197
Internal: the structures of a MacDrawParser.
Definition: MacDrawParser.cxx:56
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:513
Definition: MacDrawParser.cxx:59
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: MacDrawParser.cxx:231
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< MacDrawParserInternal::State > m_state
the state
Definition: MacDrawParser.hxx:109
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
the main class to read a MacDraw v0,v1 file
Definition: MacDrawParser.hxx:58