QXRD  0.11.16
qcepdatacolumnscanspreadsheetmodel.h
Go to the documentation of this file.
1 #ifndef QCEPDATACOLUMNSCANSPREADSHEETMODEL_H
2 #define QCEPDATACOLUMNSCANSPREADSHEETMODEL_H
3 
5 #include "qcepspreadsheetmodel.h"
6 
8 {
9 public:
11 
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;
16 
17 private:
19 };
20 
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
QVariant headerData(int section, Qt::Orientation orientation, int role) const