the main class to read the table ( or a chart ) of a Microsoft Works file More...
#include <MSKTable.hxx>
Public Member Functions | |
MSKTable (MSKParser &parser, MSKGraph &graph) | |
constructor More... | |
virtual | ~MSKTable () |
destructor More... | |
int | version () const |
returns the file version More... | |
bool | readTable (int numCol, int numRow, int zoneId, MSKGraph::Style const &style) |
try to read a table zone More... | |
bool | sendTable (int zoneId) |
try to a table zone More... | |
bool | readChart (int chartId, MSKGraph::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 < MSKTableInternal::State > | m_state |
the state More... | |
MSKParser * | m_mainParser |
the main parser; More... | |
MSKGraph * | m_graphParser |
the graph parser; More... | |
Private Member Functions | |
MSKTable (MSKTable const &orig) | |
MSKTable & | operator= (MSKTable const &orig) |
Friends | |
class | MSKGraph |
the main class to read the table ( or a chart ) of a Microsoft Works file
|
virtual |
destructor
|
private |
bool MSKTable::readChart | ( | int | chartId, |
MSKGraph::Style const & | style | ||
) |
try to read a chart zone
bool MSKTable::readTable | ( | int | numCol, |
int | numRow, | ||
int | zoneId, | ||
MSKGraph::Style const & | style | ||
) |
try to read a table zone
bool MSKTable::sendChart | ( | int | chartId | ) |
try to a chart zone
bool MSKTable::sendTable | ( | int | zoneId | ) |
try to a table zone
void MSKTable::setChartZoneId | ( | int | chartId, |
int | zoneId | ||
) |
fix the correspondance between a chart and the zone id
int MSKTable::version | ( | ) | const |
returns the file version
Referenced by readChart(), and readTable().
|
friend |
|
protected |
the graph parser;
Referenced by readChart(), and sendChart().
|
protected |
the main parser;
Referenced by readChart(), readTable(), and sendChart().
|
protected |
the parser state
Referenced by readTable(), sendChart(), sendTable(), and version().
|
protected |
the state
Referenced by readChart(), readTable(), sendChart(), sendTable(), setChartZoneId(), and version().