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