34 #ifndef DRAWTABLE_PARSER 35 # define DRAWTABLE_PARSER 40 #include <librevenge/librevenge.h>
std::shared_ptr< DrawTableParserInternal::State > m_state
the state
Definition: DrawTableParser.hxx:112
Definition: MWAWDocument.hxx:56
bool computeMaxDimension()
try to compute the max dimension
Definition: DrawTableParser.cxx:337
bool sendShape()
try to send a shape
Definition: DrawTableParser.cxx:713
bool readFonts()
try to read the font zones
Definition: DrawTableParser.cxx:420
bool readPrintInfo()
read the print info zone
Definition: DrawTableParser.cxx:483
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
bool sendShapes()
try to send the different shape
Definition: DrawTableParser.cxx:684
Internal: the subdocument of a DrawTableParser.
Definition: DrawTableParser.cxx:175
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: DrawTableParser.cxx:647
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467
bool readPrefs()
read the preferences zone
Definition: DrawTableParser.cxx:523
bool createZones()
finds the different objects zones
Definition: DrawTableParser.cxx:322
the main class to read a DrawingTable v1 file
Definition: DrawTableParser.hxx:57
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
Internal: the structures of a DrawTableParser.
Definition: DrawTableParser.cxx:61
~DrawTableParser() final
destructor
Definition: DrawTableParser.cxx:252
bool getBitmap(MWAWBox2i const &box, MWAWEmbeddedObject &obj, long endPos)
try to read a bitmap
Definition: DrawTableParser.cxx:1209
DrawTableParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: DrawTableParser.cxx:240
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: DrawTableParser.cxx:289
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: DrawTableParser.cxx:259