31 #ifndef FUTURE_TABLE_H
32 #define FUTURE_TABLE_H
35 #ifndef LEGACY_CODE_0_2_x
36 #include "AbstractScriptingEngine.h"
40 #include <QStringList>
79 #ifndef LEGACY_CODE_0_2_x
91 #ifndef LEGACY_CODE_0_2_x
92 Table(AbstractScriptingEngine *engine,
int rows,
int columns,
const QString &
name);
94 Table(
void *engine,
int rows,
int columns,
const QString &
name);
96 friend class ::TableStatistics;
101 virtual QIcon
icon()
const;
112 virtual QWidget *
view();
154 QVariant
headerData(
int section, Qt::Orientation orientation,
int role)
const;
211 QString
text(
int row,
int col);
218 virtual void save(QXmlStreamWriter *)
const;
239 #ifndef LEGACY_CODE_0_2_x
255 #ifndef LEGACY_CODE_0_2_x
375 void dataChanged(
int top,
int left,
int bottom,
int right);
377 #ifdef LEGACY_CODE_0_2_x
379 void requestRowStatistics();
380 void requestColumnStatistics();
395 #ifndef LEGACY_CODE_0_2_x
414 #ifndef LEGACY_CODE_0_2_x
537 QVariant
headerData(
int section, Qt::Orientation orientation,
int role)
const;