Base GUI for mitk::BinaryThresholdTool.
More...
#include <QmitkBinaryThresholdToolGUIBase.h>
Base GUI for mitk::BinaryThresholdTool.
This GUI shows a slider to change the tool's threshold and an OK button to accept a preview for actual thresholding.
Definition at line 28 of file QmitkBinaryThresholdToolGUIBase.h.
◆ QmitkBinaryThresholdToolGUIBase()
QmitkBinaryThresholdToolGUIBase::QmitkBinaryThresholdToolGUIBase |
( |
bool |
ulMode | ) |
|
|
protected |
◆ ~QmitkBinaryThresholdToolGUIBase()
QmitkBinaryThresholdToolGUIBase::~QmitkBinaryThresholdToolGUIBase |
( |
| ) |
|
|
overrideprotected |
◆ BusyStateChanged()
void QmitkBinaryThresholdToolGUIBase::BusyStateChanged |
( |
bool |
| ) |
|
|
overrideprotectedvirtual |
◆ ConnectNewTool()
◆ DisconnectOldTool()
◆ InitializeUI()
void QmitkBinaryThresholdToolGUIBase::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()
◆ OnThresholdingIntervalBordersChanged()
void QmitkBinaryThresholdToolGUIBase::OnThresholdingIntervalBordersChanged |
( |
double |
lower, |
|
|
double |
upper, |
|
|
bool |
isFloat |
|
) |
| |
◆ OnThresholdingValuesChanged()
◆ OnThresholdRangeChanged
void QmitkBinaryThresholdToolGUIBase::OnThresholdRangeChanged |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
protectedslot |
◆ OnThresholdSliderChanged
void QmitkBinaryThresholdToolGUIBase::OnThresholdSliderChanged |
( |
double |
value | ) |
|
|
protectedslot |
◆ m_InternalUpdate
bool QmitkBinaryThresholdToolGUIBase::m_InternalUpdate |
|
protected |
◆ m_ThresholdRange
ctkRangeWidget* QmitkBinaryThresholdToolGUIBase::m_ThresholdRange |
|
protected |
◆ m_ThresholdSlider
ctkSliderWidget* QmitkBinaryThresholdToolGUIBase::m_ThresholdSlider |
|
protected |
◆ m_ULMode
bool QmitkBinaryThresholdToolGUIBase::m_ULMode |
|
protected |
Indicates if the tool UI is used for a tool with upper an lower threshold (true) ore only with one threshold (false)
Definition at line 58 of file QmitkBinaryThresholdToolGUIBase.h.
The documentation for this class was generated from the following file: