37#ifndef MS_WKS_MWAW_TABLE
38# define MS_WKS_MWAW_TABLE
94 shared_ptr<MsWksTableInternal::State>
m_state;
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:100
the main class to read/store generic data of a MsWorks document v1-v3
Definition: MsWksDocument.hxx:69
the main class to read the graphic of a Microsoft Works file
Definition: MsWksGraph.hxx:74
the main class to read the table ( or a chart ) of a Microsoft Works file
Definition: MsWksTable.hxx:59
MsWksTable(MWAWParser &parser, MsWksDocument &zone, MsWksGraph &graph)
constructor
Definition: MsWksTable.cxx:149
MsWksDocument & m_zone
the input zone
Definition: MsWksTable.hxx:101
MsWksTable(MsWksTable const &orig)
MWAWParserStatePtr m_parserState
the parser state
Definition: MsWksTable.hxx:91
MsWksTable & operator=(MsWksTable const &orig)
virtual ~MsWksTable()
destructor
Definition: MsWksTable.cxx:155
MsWksGraph * m_graphParser
the graph parser;
Definition: MsWksTable.hxx:99
shared_ptr< MsWksTableInternal::State > m_state
the state
Definition: MsWksTable.hxx:94
int version() const
returns the file version
Definition: MsWksTable.cxx:158
bool readChart(int chartId, MsWksGraph::Style const &style)
try to read a chart zone
Definition: MsWksTable.cxx:465
bool sendTable(int zoneId)
try to a table zone
Definition: MsWksTable.cxx:168
bool readTable(int numCol, int numRow, int zoneId, MsWksGraph::Style const &style)
try to read a table zone
Definition: MsWksTable.cxx:256
void setChartZoneId(int chartId, int zoneId)
fix the correspondance between a chart and the zone id
Definition: MsWksTable.cxx:388
MWAWParser * m_mainParser
the main parser;
Definition: MsWksTable.hxx:97
bool sendChart(int chartId)
try to a chart zone
Definition: MsWksTable.cxx:398
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
Internal: the structures of a MsWksTable.
Definition: MsWksTable.cxx:58
Internal: the graphic style of MsWksGraph.
Definition: MsWksGraph.hxx:203