1 #ifndef QCEPDATACOLUMNSCANSPREADSHEETMODEL_H
2 #define QCEPDATACOLUMNSCANSPREADSHEETMODEL_H
12 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
13 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
14 QVariant
data(
const QModelIndex &index,
int role = Qt::DisplayRole)
const;
15 QVariant
headerData(
int section, Qt::Orientation orientation,
int role)
const;
21 #endif // QCEPDATACOLUMNSCANSPREADSHEETMODEL_H
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
QcepDataColumnScanSpreadsheetModel(QcepDataColumnScanWPtr scan)
int columnCount(const QModelIndex &parent=QModelIndex()) const
QWeakPointer< QcepDataColumnScan > QcepDataColumnScanWPtr
int rowCount(const QModelIndex &parent=QModelIndex()) const
QcepDataColumnScanWPtr m_Scan
QVariant headerData(int section, Qt::Orientation orientation, int role) const