13 #ifndef QmitkInitialValuesDelegate_h 14 #define QmitkInitialValuesDelegate_h 21 #include <QStyledItemDelegate> 40 QWidget* createEditor(QWidget* parent,
const QStyleOptionViewItem& option
41 ,
const QModelIndex& index)
const override;
43 void setEditorData(QWidget* editor,
const QModelIndex& index)
const override;
45 void setModelData(QWidget* editor, QAbstractItemModel* model,
const QModelIndex& index)
const override;
51 int valueType(
const QModelIndex& index)
const;
Data management class that handles 'was created by' relations.
mitk::DataStorage::Pointer m_Storage
mitk::NodePredicateBase::Pointer m_Predicate
Interface for evaluation conditions used in the DataStorage class GetSubset() method.
#define MITKMODELFITUI_EXPORT