1 #ifndef QSESCANAVERAGERMODEL_H
2 #define QSESCANAVERAGERMODEL_H
4 #include <QAbstractTableModel>
18 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
19 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
21 QVariant
data(
const QModelIndex &index,
int role)
const;
22 QVariant
headerData(
int section, Qt::Orientation orientation,
23 int role = Qt::DisplayRole)
const;
QAbstractTableModel inherited
int columnCount(const QModelIndex &parent=QModelIndex()) const
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
void operationCompleted()
QseScanAveragerModel(QseScanAverager *averager, QTableView *table, QObject *parent=0)
QseScanAverager * m_ScanAverager
int rowCount(const QModelIndex &parent=QModelIndex()) const
QVariant data(const QModelIndex &index, int role) const