44 #include <libwpd/libwpd.h>
51 namespace LWGraphInternal
the main class to read the graphic part of a LightWay Text file
Definition: LWGraph.hxx:63
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LWGraph.cxx:282
int numPages() const
returns the number of pages
Definition: LWGraph.cxx:89
shared_ptr< LWGraphInternal::State > m_state
the state
Definition: LWGraph.hxx:121
static bool findJPEGSize(WPXBinaryData const &data, Vec2i &sz)
try to find a JPEG size
Definition: LWGraph.cxx:218
bool sendPICT(MWAWEntry const &entry)
try to send a PICT resource
Definition: LWGraph.cxx:140
void send(int id)
try to send a graph
Definition: LWGraph.cxx:264
bool sendPageGraphics()
try to send the page graphic
Definition: LWGraph.cxx:277
virtual ~LWGraph()
destructor
Definition: LWGraph.cxx:81
bool sendJPEG(MWAWEntry const &entry)
try to send a JPEG resource
Definition: LWGraph.cxx:172
the main class to read a LightWay Text file
Definition: LWParser.hxx:58
LWGraph(LWParser &parser)
constructor
Definition: LWGraph.cxx:75
MWAWParserStatePtr m_parserState
the parser state
Definition: LWGraph.hxx:118
int version() const
returns the file version
Definition: LWGraph.cxx:84
LWGraph & operator=(LWGraph const &orig)
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
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:101
LWParser * m_mainParser
the main parser;
Definition: LWGraph.hxx:124