#include <Applications/ctkPluginBrowser/ctkPluginTableModel.h>
|
| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| |
| | ctkPluginTableModel (ctkPluginContext *pc, QObject *parent=0) |
| |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| |
Definition at line 34 of file ctkPluginTableModel.h.
◆ ctkPluginTableModel()
| ctkPluginTableModel::ctkPluginTableModel |
( |
ctkPluginContext * |
pc, |
|
|
QObject * |
parent = 0 |
|
) |
| |
◆ columnCount()
| int ctkPluginTableModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
◆ data()
| QVariant ctkPluginTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
◆ headerData()
| QVariant ctkPluginTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
◆ pluginChanged
| void ctkPluginTableModel::pluginChanged |
( |
const ctkPluginEvent & |
event | ) |
|
|
protectedslot |
◆ rowCount()
| int ctkPluginTableModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
The documentation for this class was generated from the following file: