1 #ifndef QCEPDATACOLUMNSPREADSHEETMODEL_H
2 #define QCEPDATACOLUMNSPREADSHEETMODEL_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 // QCEPDATACOLUMNSPREADSHEETMODEL_H
int columnCount(const QModelIndex &parent=QModelIndex()) const
QcepDataColumnSpreadsheetModel(QcepDataColumnWPtr col)
QcepDataColumnWPtr m_Column
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