1 #ifndef QCEPDATAARRAYSPREADSHEETMODEL_H
2 #define QCEPDATAARRAYSPREADSHEETMODEL_H
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;
22 #endif // QCEPDATAARRAYSPREADSHEETMODEL_H
QcepDataArrayWPtr m_Array
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