|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkConfirmSegmentationDialog.h>


Public Types | |
| enum | { OVERWRITE_SEGMENTATION, CREATE_NEW_SEGMENTATION, CANCEL_SEGMENTATION } |
Public Member Functions | |
| QmitkConfirmSegmentationDialog (QWidget *parent=nullptr) | |
| ~QmitkConfirmSegmentationDialog () override | |
| void | SetSegmentationName (QString name) |
Protected Slots | |
| void | OnOverwriteExistingSegmentation () |
| void | OnCreateNewSegmentation () |
| void | OnCancelSegmentation () |
Definition at line 23 of file QmitkConfirmSegmentationDialog.h.
| anonymous enum |
| Enumerator | |
|---|---|
| OVERWRITE_SEGMENTATION | |
| CREATE_NEW_SEGMENTATION | |
| CANCEL_SEGMENTATION | |
Definition at line 33 of file QmitkConfirmSegmentationDialog.h.
|
explicit |
Definition at line 16 of file QmitkConfirmSegmentationDialog.cpp.
References OnCancelSegmentation(), OnCreateNewSegmentation(), and OnOverwriteExistingSegmentation().
|
override |
Definition at line 26 of file QmitkConfirmSegmentationDialog.cpp.
|
protectedslot |
Definition at line 41 of file QmitkConfirmSegmentationDialog.cpp.
References CANCEL_SEGMENTATION.
Referenced by QmitkConfirmSegmentationDialog().
|
protectedslot |
Definition at line 36 of file QmitkConfirmSegmentationDialog.cpp.
References CREATE_NEW_SEGMENTATION.
Referenced by QmitkConfirmSegmentationDialog().
|
protectedslot |
Definition at line 31 of file QmitkConfirmSegmentationDialog.cpp.
References OVERWRITE_SEGMENTATION.
Referenced by QmitkConfirmSegmentationDialog().
| void QmitkConfirmSegmentationDialog::SetSegmentationName | ( | QString | name | ) |
Definition at line 46 of file QmitkConfirmSegmentationDialog.cpp.
Referenced by QmitkAdaptiveRegionGrowingToolGUI::ConfirmSegmentation(), QmitkBinaryThresholdULToolGUI::OnAcceptThresholdPreview(), QmitkBinaryThresholdToolGUI::OnAcceptThresholdPreview(), QmitkFastMarchingTool3DGUI::OnConfirmSegmentation(), and QmitkOtsuTool3DGUI::OnSegmentationRegionAccept().