1 #ifndef QSENORMALIZERMODEL_H
2 #define QSENORMALIZERMODEL_H
4 #include <QAbstractTableModel>
5 #include <QItemSelectionModel>
18 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
19 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
21 QVariant
data(
const QModelIndex &index,
int role)
const;
22 QVariant
headerData(
int section, Qt::Orientation orientation,
23 int role = Qt::DisplayRole)
const;
int rowCount(const QModelIndex &parent=QModelIndex()) const
void setScanExceptions(QItemSelectionModel *s, QseNormalizer::QseScanRole r)
QAbstractTableModel inherited
QVariant data(const QModelIndex &index, int role) const
QseNormalizer * m_Normalizer
int columnCount(const QModelIndex &parent=QModelIndex()) const
void operationCompleted()
QseNormalizerModel(QseNormalizer *normalizer, QTableView *tableview, QObject *parent=0)
void setColumnExceptions(QItemSelectionModel *s, QseNormalizer::QseColumnRole r)
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const