#include <QmitkDataSelectionWidget.h>
|
| QmitkDataSelectionWidget (QWidget *parent=nullptr) |
|
| ~QmitkDataSelectionWidget () override |
|
unsigned int | AddDataSelection (Predicate predicate) |
|
unsigned int | AddDataSelection (mitk::NodePredicateBase *predicate=nullptr) |
|
unsigned int | AddDataSelection (const QString &labelText, const QString &info, const QString &popupTitel, const QString &popupHint, Predicate predicate) |
|
unsigned int | AddDataSelection (const QString &labelText, const QString &info, const QString &popupTitel, const QString &popupHint, mitk::NodePredicateBase *predicate=nullptr) |
|
void | SetDataStorage (mitk::DataStorage *dataStorage) |
|
mitk::DataStorage::Pointer | GetDataStorage () const |
|
mitk::DataNode::Pointer | GetSelection (unsigned int index) |
|
void | SetPredicate (unsigned int index, Predicate predicate) |
|
void | SetPredicate (unsigned int index, const mitk::NodePredicateBase *predicate) |
|
const mitk::NodePredicateBase * | GetPredicate (unsigned int index) const |
|
void | SetHelpText (const QString &text) |
|
Definition at line 32 of file QmitkDataSelectionWidget.h.
◆ Predicate
Enumerator |
---|
ImagePredicate | |
SegmentationPredicate | |
SurfacePredicate | |
ImageAndSegmentationPredicate | |
ContourModelPredicate | |
SegmentationOrSurfacePredicate | |
Definition at line 37 of file QmitkDataSelectionWidget.h.
◆ QmitkDataSelectionWidget()
QmitkDataSelectionWidget::QmitkDataSelectionWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~QmitkDataSelectionWidget()
QmitkDataSelectionWidget::~QmitkDataSelectionWidget |
( |
| ) |
|
|
override |
◆ AddDataSelection() [1/4]
unsigned int QmitkDataSelectionWidget::AddDataSelection |
( |
const QString & |
labelText, |
|
|
const QString & |
info, |
|
|
const QString & |
popupTitel, |
|
|
const QString & |
popupHint, |
|
|
mitk::NodePredicateBase * |
predicate = nullptr |
|
) |
| |
◆ AddDataSelection() [2/4]
unsigned int QmitkDataSelectionWidget::AddDataSelection |
( |
const QString & |
labelText, |
|
|
const QString & |
info, |
|
|
const QString & |
popupTitel, |
|
|
const QString & |
popupHint, |
|
|
Predicate |
predicate |
|
) |
| |
◆ AddDataSelection() [3/4]
◆ AddDataSelection() [4/4]
unsigned int QmitkDataSelectionWidget::AddDataSelection |
( |
Predicate |
predicate | ) |
|
◆ GetDataStorage()
◆ GetPredicate()
◆ GetSelection()
◆ SelectionChanged
void QmitkDataSelectionWidget::SelectionChanged |
( |
unsigned int |
index, |
|
|
const mitk::DataNode * |
selection |
|
) |
| |
|
signal |
◆ SetDataStorage()
◆ SetHelpText()
void QmitkDataSelectionWidget::SetHelpText |
( |
const QString & |
text | ) |
|
◆ SetPredicate() [1/2]
◆ SetPredicate() [2/2]
void QmitkDataSelectionWidget::SetPredicate |
( |
unsigned int |
index, |
|
|
Predicate |
predicate |
|
) |
| |
The documentation for this class was generated from the following file: