38 #ifndef LIGHT_WAY_TXT_GRAPH
39 # define LIGHT_WAY_TXT_GRAPH
44 #include <librevenge/librevenge.h>
121 shared_ptr<LightWayTxtGraphInternal::State>
m_state;
shared_ptr< LightWayTxtGraphInternal::State > m_state
the state
Definition: LightWayTxtGraph.hxx:121
int numPages() const
returns the number of pages
Definition: LightWayTxtGraph.cxx:89
Internal: the structures of a LightWayTxtGraph.
Definition: LightWayTxtGraph.cxx:56
the main class to read a LightWay Text file
Definition: LightWayTxtParser.hxx:58
LightWayTxtParser * m_mainParser
the main parser;
Definition: LightWayTxtGraph.hxx:124
bool sendJPEG(MWAWEntry const &entry)
try to send a JPEG resource
Definition: LightWayTxtGraph.cxx:172
bool createZones()
finds the different graphic zones
Definition: LightWayTxtGraph.cxx:101
bool sendPICT(MWAWEntry const &entry)
try to send a PICT resource
Definition: LightWayTxtGraph.cxx:140
static bool findJPEGSize(librevenge::RVNGBinaryData const &data, MWAWVec2i &sz)
try to find a JPEG size
Definition: LightWayTxtGraph.cxx:218
virtual ~LightWayTxtGraph()
destructor
Definition: LightWayTxtGraph.cxx:81
the main class to read the graphic part of a LightWay Text file
Definition: LightWayTxtGraph.hxx:63
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: LightWayTxtGraph.cxx:282
LightWayTxtGraph(LightWayTxtParser &parser)
constructor
Definition: LightWayTxtGraph.cxx:75
int version() const
returns the file version
Definition: LightWayTxtGraph.cxx:84
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
MWAWParserStatePtr m_parserState
the parser state
Definition: LightWayTxtGraph.hxx:118
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
void send(int id)
try to send a graph
Definition: LightWayTxtGraph.cxx:264
bool sendPageGraphics()
try to send the page graphic
Definition: LightWayTxtGraph.cxx:277
LightWayTxtGraph & operator=(LightWayTxtGraph const &orig)