1 #ifndef QCEPIMAGEDATASPREADSHEETMODEL_H
2 #define QCEPIMAGEDATASPREADSHEETMODEL_H
13 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
14 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
15 QVariant
data(
const QModelIndex &index,
int role = Qt::DisplayRole)
const;
18 QWeakPointer < QcepImageDataBase >
m_Image;
21 #endif // QCEPIMAGEDATASPREADSHEETMODEL_H
int columnCount(const QModelIndex &parent=QModelIndex()) const
QcepImageDataSpreadsheetModel(QWeakPointer< QcepImageDataBase > img)
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
int rowCount(const QModelIndex &parent=QModelIndex()) const
QWeakPointer< QcepImageDataBase > m_Image