34 #ifndef MACDRAFT_PARSER 35 # define MACDRAFT_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);
95 bool readBitmapData();
101 bool readDocHeader();
112 bool sendText(
int zoneId);
118 shared_ptr<MacDraftParserInternal::State>
m_state;
Internal: the subdocument of a MacDraftParser.
Definition: MacDraftParser.cxx:260
shared_ptr< MacDraftParserInternal::State > m_state
the state
Definition: MacDraftParser.hxx:118
generic class used to store shape in MWAWDraftParser
Definition: MacDraftParser.cxx:82
the main class to read a MacDraft v1 file
Definition: MacDraftParser.hxx:58
Internal: the structures of a MacDraftParser.
Definition: MacDraftParser.cxx:56
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:499
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:489
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:245
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: MacDraftParser.cxx:294