34 #ifndef MS_WKS_DR_PARSER 35 # define MS_WKS_DR_PARSER 68 bool checkHeader(
MWAWHeader *header,
bool strict=
false)
final;
71 void parse(librevenge::RVNGDrawingInterface *documentInterface)
final;
78 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
84 void newPage(
int number,
bool softBreak=
false);
91 bool readDrawHeader();
97 std::shared_ptr<MsWksDRParserInternal::State>
m_state;
Internal: the structures of a MsWksDRParser.
Definition: MsWksDRParser.cxx:58
std::shared_ptr< MsWksDocument > m_document
the actual document
Definition: MsWksDRParser.hxx:103
std::vector< MWAWEntry > m_listZones
the list of different Zones
Definition: MsWksDRParser.hxx:100
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
the main class to read a Microsoft Works graphic file
Definition: MsWksDRParser.hxx:59
the main class to read the graphic of a Microsoft Works file
Definition: MsWksGraph.hxx:73
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
std::shared_ptr< MsWksDRParserInternal::State > m_state
the state
Definition: MsWksDRParser.hxx:97