LightWayTxtGraph Class Reference

the main class to read the graphic part of a LightWay Text file More...

#include <LightWayTxtGraph.hxx>

Public Member Functions

 LightWayTxtGraph (LightWayTxtParser &parser)
 constructor More...
 
virtual ~LightWayTxtGraph ()
 destructor More...
 
int version () const
 returns the file version More...
 
int numPages () const
 returns the number of pages More...
 

Protected Member Functions

bool createZones ()
 finds the different graphic zones More...
 
void flushExtra ()
 sends the data which have not yet been sent to the listener More...
 
bool sendPageGraphics ()
 try to send the page graphic More...
 
void send (int id)
 try to send a graph More...
 
bool sendJPEG (MWAWEntry const &entry)
 try to send a JPEG resource More...
 
bool sendPICT (MWAWEntry const &entry)
 try to send a PICT resource More...
 

Static Protected Member Functions

static bool findJPEGSize (librevenge::RVNGBinaryData const &data, MWAWVec2i &sz)
 try to find a JPEG size More...
 

Protected Attributes

MWAWParserStatePtr m_parserState
 the parser state More...
 
std::shared_ptr< LightWayTxtGraphInternal::Statem_state
 the state More...
 
LightWayTxtParserm_mainParser
 the main parser; More...
 

Private Member Functions

 LightWayTxtGraph (LightWayTxtGraph const &orig)=delete
 
LightWayTxtGraphoperator= (LightWayTxtGraph const &orig)=delete
 

Friends

class LightWayTxtParser
 

Detailed Description

the main class to read the graphic part of a LightWay Text file

Constructor & Destructor Documentation

◆ LightWayTxtGraph() [1/2]

LightWayTxtGraph::LightWayTxtGraph ( LightWayTxtParser parser)
explicit

constructor

◆ ~LightWayTxtGraph()

LightWayTxtGraph::~LightWayTxtGraph ( )
virtual

destructor

◆ LightWayTxtGraph() [2/2]

LightWayTxtGraph::LightWayTxtGraph ( LightWayTxtGraph const &  orig)
privatedelete

Member Function Documentation

◆ createZones()

bool LightWayTxtGraph::createZones ( )
protected

finds the different graphic zones

◆ findJPEGSize()

bool LightWayTxtGraph::findJPEGSize ( librevenge::RVNGBinaryData const &  data,
MWAWVec2i sz 
)
staticprotected

try to find a JPEG size

Referenced by sendJPEG().

◆ flushExtra()

void LightWayTxtGraph::flushExtra ( )
protected

sends the data which have not yet been sent to the listener

◆ numPages()

int LightWayTxtGraph::numPages ( ) const

returns the number of pages

◆ operator=()

LightWayTxtGraph& LightWayTxtGraph::operator= ( LightWayTxtGraph const &  orig)
privatedelete

◆ send()

void LightWayTxtGraph::send ( int  id)
protected

try to send a graph

◆ sendJPEG()

bool LightWayTxtGraph::sendJPEG ( MWAWEntry const &  entry)
protected

try to send a JPEG resource

Referenced by flushExtra(), and send().

◆ sendPageGraphics()

bool LightWayTxtGraph::sendPageGraphics ( )
protected

try to send the page graphic

◆ sendPICT()

bool LightWayTxtGraph::sendPICT ( MWAWEntry const &  entry)
protected

try to send a PICT resource

Referenced by flushExtra(), and send().

◆ version()

int LightWayTxtGraph::version ( ) const

returns the file version

Friends And Related Function Documentation

◆ LightWayTxtParser

friend class LightWayTxtParser
friend

Member Data Documentation

◆ m_mainParser

LightWayTxtParser* LightWayTxtGraph::m_mainParser
protected

the main parser;

Referenced by createZones(), sendJPEG(), and sendPICT().

◆ m_parserState

MWAWParserStatePtr LightWayTxtGraph::m_parserState
protected

the parser state

Referenced by sendJPEG(), sendPICT(), and version().

◆ m_state

std::shared_ptr<LightWayTxtGraphInternal::State> LightWayTxtGraph::m_state
protected

the state

Referenced by createZones(), flushExtra(), numPages(), and send().


The documentation for this class was generated from the following files:

Generated for libmwaw by doxygen 1.8.14