GUI base clase for tools derived from mitk::SegWithPreviewTool.
More...
#include <QmitkSegWithPreviewToolGUIBase.h>
GUI base clase for tools derived from mitk::SegWithPreviewTool.
Definition at line 30 of file QmitkSegWithPreviewToolGUIBase.h.
◆ EnableConfirmSegBtnFunctionType
◆ QmitkSegWithPreviewToolGUIBase()
QmitkSegWithPreviewToolGUIBase::QmitkSegWithPreviewToolGUIBase |
( |
bool |
mode2D | ) |
|
|
protected |
◆ ~QmitkSegWithPreviewToolGUIBase()
QmitkSegWithPreviewToolGUIBase::~QmitkSegWithPreviewToolGUIBase |
( |
| ) |
|
|
overrideprotected |
◆ BusyStateChanged()
void QmitkSegWithPreviewToolGUIBase::BusyStateChanged |
( |
bool |
isBusy | ) |
|
|
overrideprotectedvirtual |
◆ Clone()
Pointer QmitkSegWithPreviewToolGUIBase::Clone |
( |
| ) |
const |
◆ ConnectNewTool()
◆ DisconnectOldTool()
◆ EnableWidgets()
virtual void QmitkSegWithPreviewToolGUIBase::EnableWidgets |
( |
bool |
enabled | ) |
|
|
protectedvirtual |
◆ GetConnectedToolAs()
template<class TTool >
TTool* QmitkSegWithPreviewToolGUIBase::GetConnectedToolAs |
( |
| ) |
|
|
inlineprotected |
◆ GetMode2D()
virtual bool QmitkSegWithPreviewToolGUIBase::GetMode2D |
( |
| ) |
const |
|
virtual |
◆ InitializeUI()
virtual void QmitkSegWithPreviewToolGUIBase::InitializeUI |
( |
QBoxLayout * |
mainLayout | ) |
|
|
protectedvirtual |
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 in QmitknnUNetToolGUI, QmitkTotalSegmentatorToolGUI, QmitkMedSAMToolGUI, QmitkSegmentAnythingToolGUI, QmitkOtsuTool3DGUI, QmitkGrowCutToolGUI, QmitkBinaryThresholdToolGUIBase, QmitkMultiLabelSegWithPreviewToolGUIBase, QmitkMonaiLabelToolGUI, and QmitkPickingToolGUI.
◆ mitkClassMacro()
◆ OnAcceptPreview
void QmitkSegWithPreviewToolGUIBase::OnAcceptPreview |
( |
| ) |
|
|
protectedslot |
◆ OnNewToolAssociated
void QmitkSegWithPreviewToolGUIBase::OnNewToolAssociated |
( |
mitk::Tool * |
| ) |
|
|
protectedslot |
◆ SetMergeStyle()
◆ SetOverwriteStyle()
◆ m_EnableConfirmSegBtnFnc
The documentation for this class was generated from the following file: