38 #ifndef LIGHT_WAY_TXT_GRAPH 39 # define LIGHT_WAY_TXT_GRAPH 44 #include <librevenge/librevenge.h> 121 std::shared_ptr<LightWayTxtGraphInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
std::shared_ptr< LightWayTxtGraphInternal::State > m_state
the state
Definition: LightWayTxtGraph.hxx:121
int version() const
returns the file version
Definition: LightWayTxtGraph.cxx:91
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:177
bool createZones()
finds the different graphic zones
Definition: LightWayTxtGraph.cxx:108
bool sendPICT(MWAWEntry const &entry)
try to send a PICT resource
Definition: LightWayTxtGraph.cxx:146
static bool findJPEGSize(librevenge::RVNGBinaryData const &data, MWAWVec2i &sz)
try to find a JPEG size
Definition: LightWayTxtGraph.cxx:223
virtual ~LightWayTxtGraph()
destructor
Definition: LightWayTxtGraph.cxx:87
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:286
LightWayTxtGraph(LightWayTxtParser &parser)
constructor
Definition: LightWayTxtGraph.cxx:80
int numPages() const
returns the number of pages
Definition: LightWayTxtGraph.cxx:96
LightWayTxtGraph & operator=(LightWayTxtGraph const &orig)=delete
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:268
bool sendPageGraphics()
try to send the page graphic
Definition: LightWayTxtGraph.cxx:281