1 #ifndef QSEGRAPHSCANSMODEL_H
2 #define QSEGRAPHSCANSMODEL_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;
QseGraphScansModel(QseDataSet *dataSet, QTableView *table, QObject *parent=0)
QAbstractTableModel inherited
int columnCount(const QModelIndex &parent=QModelIndex()) const
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
void operationCompleted()
QModelIndex indexOfScan(int n)
QVariant data(const QModelIndex &index, int role) const
int rowCount(const QModelIndex &parent=QModelIndex()) const