37 #ifndef MSK_MWAW_TABLE
38 # define MSK_MWAW_TABLE
49 namespace MSKTableInternal
94 shared_ptr<MSKTableInternal::State>
m_state;
MSKTable & operator=(MSKTable const &orig)
MSKTable(MSKParser &parser, MSKGraph &graph)
constructor
Definition: MSKTable.cxx:145
MSKParser * m_mainParser
the main parser;
Definition: MSKTable.hxx:97
the main class to read the graphic of a Microsoft Works file
Definition: MSKGraph.hxx:68
virtual ~MSKTable()
destructor
Definition: MSKTable.cxx:151
bool readTable(int numCol, int numRow, int zoneId, MSKGraph::Style const &style)
try to read a table zone
Definition: MSKTable.cxx:245
bool sendChart(int chartId)
try to a chart zone
Definition: MSKTable.cxx:386
Internal: the graphic style of MSKGraph.
Definition: MSKGraph.hxx:186
generic parser for Microsoft Works file
Definition: MSKParser.hxx:58
void setChartZoneId(int chartId, int zoneId)
fix the correspondance between a chart and the zone id
Definition: MSKTable.cxx:376
bool readChart(int chartId, MSKGraph::Style const &style)
try to read a chart zone
Definition: MSKTable.cxx:453
the main class to read the table ( or a chart ) of a Microsoft Works file
Definition: MSKTable.hxx:58
shared_ptr< MSKTableInternal::State > m_state
the state
Definition: MSKTable.hxx:94
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
MWAWParserStatePtr m_parserState
the parser state
Definition: MSKTable.hxx:91
bool sendTable(int zoneId)
try to a table zone
Definition: MSKTable.cxx:164
MSKGraph * m_graphParser
the graph parser;
Definition: MSKTable.hxx:99
int version() const
returns the file version
Definition: MSKTable.cxx:154