|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
An item delegate for rendering and editing the type of a initial value. It assumes that the type is encoded as int. 0: simple scalar, 1: image. More...
#include <QmitkInitialValuesTypeDelegate.h>


Public Member Functions | |
| QmitkInitialValuesTypeDelegate (QObject *parent=nullptr) | |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const override |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const override |
An item delegate for rendering and editing the type of a initial value. It assumes that the type is encoded as int. 0: simple scalar, 1: image.
Definition at line 25 of file QmitkInitialValuesTypeDelegate.h.
| QmitkInitialValuesTypeDelegate::QmitkInitialValuesTypeDelegate | ( | QObject * | parent = nullptr | ) |
Definition at line 20 of file QmitkInitialValuesTypeDelegate.cpp.
|
override |
Definition at line 24 of file QmitkInitialValuesTypeDelegate.cpp.
|
override |
Definition at line 49 of file QmitkInitialValuesTypeDelegate.cpp.
|
override |
Definition at line 69 of file QmitkInitialValuesTypeDelegate.cpp.