#include <QmitkPropertyItemModel.h>
Definition at line 37 of file QmitkPropertyItemModel.h.
◆ QmitkPropertyItemModel()
QmitkPropertyItemModel::QmitkPropertyItemModel |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~QmitkPropertyItemModel()
QmitkPropertyItemModel::~QmitkPropertyItemModel |
( |
| ) |
|
|
override |
◆ columnCount()
int QmitkPropertyItemModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
QVariant QmitkPropertyItemModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ flags()
Qt::ItemFlags QmitkPropertyItemModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ GetPropertyList()
◆ headerData()
QVariant QmitkPropertyItemModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ index()
QModelIndex QmitkPropertyItemModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
override |
◆ parent()
QModelIndex QmitkPropertyItemModel::parent |
( |
const QModelIndex & |
child | ) |
const |
|
override |
◆ rowCount()
int QmitkPropertyItemModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setData()
bool QmitkPropertyItemModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
override |
◆ SetPropertyList()
void QmitkPropertyItemModel::SetPropertyList |
( |
mitk::PropertyList * |
propertyList, |
|
|
const QString & |
className = "" |
|
) |
| |
◆ Update()
void QmitkPropertyItemModel::Update |
( |
| ) |
|
The documentation for this class was generated from the following file: