#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 33 of file QmitkModuleTableModel.h.
QmitkModuleTableModel::QmitkModuleTableModel |
( |
QObject * |
parent = nullptr , |
|
|
us::ModuleContext * |
mc = nullptr |
|
) |
| |
QmitkModuleTableModel::~QmitkModuleTableModel |
( |
| ) |
|
int QmitkModuleTableModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overrideprotected |
QVariant QmitkModuleTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
overrideprotected |
QVariant QmitkModuleTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
overrideprotected |
int QmitkModuleTableModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overrideprotected |
The documentation for this class was generated from the following files: