22 #ifndef CTKPLUGINTABLEMODEL_H
23 #define CTKPLUGINTABLEMODEL_H
25 #include <QAbstractTableModel>
43 QVariant
data(
const QModelIndex& index,
int role = Qt::DisplayRole)
const;
45 QVariant
headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole)
const;
47 int columnCount(
const QModelIndex& parent = QModelIndex())
const;
48 int rowCount(
const QModelIndex& parent = QModelIndex())
const;
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
void pluginChanged(const ctkPluginEvent &event)
int rowCount(const QModelIndex &parent=QModelIndex()) const
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
ctkPluginTableModel(ctkPluginContext *pc, QObject *parent=0)
int columnCount(const QModelIndex &parent=QModelIndex()) const