MsWksTable Class Reference

the main class to read the table ( or a chart ) of a Microsoft Works file More...

#include <MsWksTable.hxx>

Public Member Functions

 MsWksTable (MWAWParser &parser, MsWksDocument &zone, MsWksGraph &graph)
 constructor More...
 
virtual ~MsWksTable ()
 destructor More...
 
int version () const
 returns the file version More...
 
bool readTable (int numCol, int numRow, int zoneId, MsWksGraph::Style const &style)
 try to read a table zone More...
 
bool sendTable (int zoneId)
 try to a table zone More...
 
bool readChart (int chartId, MsWksGraph::Style const &style)
 try to read a chart zone More...
 
void setChartZoneId (int chartId, int zoneId)
 fix the correspondance between a chart and the zone id More...
 
bool sendChart (int chartId)
 try to a chart zone More...
 

Protected Attributes

MWAWParserStatePtr m_parserState
 the parser state More...
 
shared_ptr
< MsWksTableInternal::State
m_state
 the state More...
 
MWAWParserm_mainParser
 the main parser; More...
 
MsWksGraphm_graphParser
 the graph parser; More...
 
MsWksDocumentm_zone
 the input zone More...
 

Private Member Functions

 MsWksTable (MsWksTable const &orig)
 
MsWksTableoperator= (MsWksTable const &orig)
 

Friends

class MsWksGraph
 

Detailed Description

the main class to read the table ( or a chart ) of a Microsoft Works file

Constructor & Destructor Documentation

MsWksTable::MsWksTable ( MWAWParser parser,
MsWksDocument zone,
MsWksGraph graph 
)

constructor

MsWksTable::~MsWksTable ( )
virtual

destructor

MsWksTable::MsWksTable ( MsWksTable const &  orig)
private

Member Function Documentation

MsWksTable& MsWksTable::operator= ( MsWksTable const &  orig)
private
bool MsWksTable::readChart ( int  chartId,
MsWksGraph::Style const &  style 
)

try to read a chart zone

bool MsWksTable::readTable ( int  numCol,
int  numRow,
int  zoneId,
MsWksGraph::Style const &  style 
)

try to read a table zone

bool MsWksTable::sendChart ( int  chartId)

try to a chart zone

bool MsWksTable::sendTable ( int  zoneId)

try to a table zone

void MsWksTable::setChartZoneId ( int  chartId,
int  zoneId 
)

fix the correspondance between a chart and the zone id

int MsWksTable::version ( ) const

returns the file version

Referenced by readChart(), and readTable().

Friends And Related Function Documentation

friend class MsWksGraph
friend

Member Data Documentation

MsWksGraph* MsWksTable::m_graphParser
protected

the graph parser;

Referenced by readChart(), and sendChart().

MWAWParser* MsWksTable::m_mainParser
protected

the main parser;

MWAWParserStatePtr MsWksTable::m_parserState
protected

the parser state

Referenced by readChart(), readTable(), sendChart(), sendTable(), and version().

shared_ptr<MsWksTableInternal::State> MsWksTable::m_state
protected
MsWksDocument& MsWksTable::m_zone
protected

the input zone

Referenced by readChart(), readTable(), and sendChart().


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

Generated on Thu Jul 9 2015 20:26:38 for libmwaw by doxygen 1.8.8