QXRD  0.11.16
qcepdataarrayspreadsheetmodel.h
Go to the documentation of this file.
1 #ifndef QCEPDATAARRAYSPREADSHEETMODEL_H
2 #define QCEPDATAARRAYSPREADSHEETMODEL_H
3 
4 #include "qcepdataarray-ptr.h"
5 #include "qcepspreadsheetmodel.h"
6 
8 {
9  Q_OBJECT
10 
11 public:
13 
14  int rowCount(const QModelIndex &parent = QModelIndex()) const;
15  int columnCount(const QModelIndex &parent = QModelIndex()) const;
16  QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
17 
18 private:
20 };
21 
22 #endif // QCEPDATAARRAYSPREADSHEETMODEL_H
QcepDataArraySpreadsheetModel(QcepDataArrayWPtr array)
int rowCount(const QModelIndex &parent=QModelIndex()) const
int columnCount(const QModelIndex &parent=QModelIndex()) const
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
QWeakPointer< QcepDataArray > QcepDataArrayWPtr