QXRD  0.11.16
qcepdatacolumnspreadsheetmodel.h
Go to the documentation of this file.
1 #ifndef QCEPDATACOLUMNSPREADSHEETMODEL_H
2 #define QCEPDATACOLUMNSPREADSHEETMODEL_H
3 
4 #include "qcepdatacolumn-ptr.h"
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 // QCEPDATACOLUMNSPREADSHEETMODEL_H
int columnCount(const QModelIndex &parent=QModelIndex()) const
QcepDataColumnSpreadsheetModel(QcepDataColumnWPtr col)
int rowCount(const QModelIndex &parent=QModelIndex()) const
QVariant headerData(int section, Qt::Orientation orientation, int role) const
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
QWeakPointer< QcepDataColumn > QcepDataColumnWPtr