GUI for mitk::GrowCutTool.
More...
#include <QmitkGrowCutToolGUI.h>
GUI for mitk::GrowCutTool.
- See also
- mitk::
This GUI shows ...
Last contributor: $Author$
Definition at line 31 of file QmitkGrowCutToolGUI.h.
◆ QmitkGrowCutToolGUI()
QmitkGrowCutToolGUI::QmitkGrowCutToolGUI |
( |
| ) |
|
|
protected |
◆ ~QmitkGrowCutToolGUI()
QmitkGrowCutToolGUI::~QmitkGrowCutToolGUI |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
Pointer QmitkGrowCutToolGUI::Clone |
( |
| ) |
const |
◆ ConnectNewTool()
◆ EnableWidgets()
void QmitkGrowCutToolGUI::EnableWidgets |
( |
bool |
enabled | ) |
|
|
overrideprotectedvirtual |
This method is used to control/set the enabled state of the tool UI widgets. It is e.g. used if the busy state is changed (see BusyStateChanged). Override the default implementation, e.g. if a tool adds his own UI elements (normally by overriding InitializeUI()) and wants to control how the widgets are enabled/disabled.
Reimplemented from QmitkSegWithPreviewToolGUIBase.
◆ InitializeUI()
void QmitkGrowCutToolGUI::InitializeUI |
( |
QBoxLayout * |
mainLayout | ) |
|
|
overrideprotectedvirtual |
This method is called by OnNewToolAssociated if the UI is initialized the first time to allow derived classes to introduce own UI code. Overwrite to change. The implementation should ensure that alle widgets needed for the tool UI are properly allocated. If one needs to eecute time (e.g. to connect events between the tool and the UI) each time the tool changes, override the functions ConnectNewTool() and DisconnectOldTool().
Reimplemented from QmitkSegWithPreviewToolGUIBase.
◆ mitkClassMacro()
◆ New()
static Pointer QmitkGrowCutToolGUI::New |
( |
| ) |
|
|
static |
◆ OnPreviewBtnClicked
void QmitkGrowCutToolGUI::OnPreviewBtnClicked |
( |
| ) |
|
|
protectedslot |
◆ SetValueOfDistancePenaltyDoubleSpinBox()
void QmitkGrowCutToolGUI::SetValueOfDistancePenaltyDoubleSpinBox |
( |
int |
val | ) |
|
|
protected |
◆ SetValueOfDistancePenaltySlider()
void QmitkGrowCutToolGUI::SetValueOfDistancePenaltySlider |
( |
double |
val | ) |
|
|
protected |
◆ m_Controls
Ui_QmitkGrowCutToolWidgetControls QmitkGrowCutToolGUI::m_Controls |
|
protected |
◆ m_FirstPreviewComputation
bool QmitkGrowCutToolGUI::m_FirstPreviewComputation |
|
protected |
The documentation for this class was generated from the following file: