44 #include <libwpd/libwpd.h>
56 namespace LWGraphInternal
the main class to read the graphic part of a LightWay Text file
Definition: LWGraph.hxx:68
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LWGraph.cxx:285
int numPages() const
returns the number of pages
Definition: LWGraph.cxx:90
shared_ptr< LWGraphInternal::State > m_state
the state
Definition: LWGraph.hxx:126
static bool findJPEGSize(WPXBinaryData const &data, Vec2i &sz)
try to find a JPEG size
Definition: LWGraph.cxx:221
bool sendPICT(MWAWEntry const &entry)
try to send a PICT resource
Definition: LWGraph.cxx:141
void send(int id)
try to send a graph
Definition: LWGraph.cxx:267
bool sendPageGraphics()
try to send the page graphic
Definition: LWGraph.cxx:280
a class to define the parser state
Definition: MWAWParser.hxx:60
virtual ~LWGraph()
destructor
Definition: LWGraph.cxx:82
bool sendJPEG(MWAWEntry const &entry)
try to send a JPEG resource
Definition: LWGraph.cxx:175
the main class to read a LightWay Text file
Definition: LWParser.hxx:61
LWGraph(LWParser &parser)
constructor
Definition: LWGraph.cxx:76
MWAWParserStatePtr m_parserState
the parser state
Definition: LWGraph.hxx:123
int version() const
returns the file version
Definition: LWGraph.cxx:85
LWGraph & operator=(LWGraph const &orig)
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool createZones()
finds the different graphic zones
Definition: LWGraph.cxx:102
LWParser * m_mainParser
the main parser;
Definition: LWGraph.hxx:129