#include <QmitkModuleTableModel.h>
|
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| |
Definition at line 29 of file QmitkModuleTableModel.h.
◆ QmitkModuleTableModel()
| QmitkModuleTableModel::QmitkModuleTableModel |
( |
QObject * |
parent = nullptr, |
|
|
us::ModuleContext * |
mc = nullptr |
|
) |
| |
◆ ~QmitkModuleTableModel()
| QmitkModuleTableModel::~QmitkModuleTableModel |
( |
| ) |
|
|
override |
◆ columnCount()
| int QmitkModuleTableModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overrideprotected |
◆ data()
| QVariant QmitkModuleTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
overrideprotected |
◆ headerData()
| QVariant QmitkModuleTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
overrideprotected |
◆ rowCount()
| int QmitkModuleTableModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overrideprotected |
The documentation for this class was generated from the following file: