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:283
int numPages() const
returns the number of pages
Definition: LWGraph.cxx:90
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:219
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:265
bool sendPageGraphics()
try to send the page graphic
Definition: LWGraph.cxx:278
virtual ~LWGraph()
destructor
Definition: LWGraph.cxx:82
bool sendJPEG(MWAWEntry const &entry)
try to send a JPEG resource
Definition: LWGraph.cxx:173
the main class to read a LightWay Text file
Definition: LWParser.hxx:58
LWGraph(LWParser &parser)
constructor
Definition: LWGraph.cxx:76
MWAWParserStatePtr m_parserState
the parser state
Definition: LWGraph.hxx:118
int version() const
returns the file version
Definition: LWGraph.cxx:85
LWGraph & operator=(LWGraph const &orig)
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:342
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:124