Medical Imaging Interaction Toolkit  2023.12.99-f298153c
Medical Imaging Interaction Toolkit
QmitkMultiLabelSegWithPreviewToolGUIBase Class Reference

GUI for tools based on mitk::AutoMLSegmentationWithPreviewTool. More...

#include <QmitkMultiLabelSegWithPreviewToolGUIBase.h>

Inheritance diagram for QmitkMultiLabelSegWithPreviewToolGUIBase:
Collaboration diagram for QmitkMultiLabelSegWithPreviewToolGUIBase:

Public Member Functions

 mitkClassMacro (QmitkMultiLabelSegWithPreviewToolGUIBase, QmitkSegWithPreviewToolGUIBase)
 
- Public Member Functions inherited from QmitkSegWithPreviewToolGUIBase
 mitkClassMacro (QmitkSegWithPreviewToolGUIBase, QmitkToolGUI)
 
Pointer Clone () const
 
virtual bool GetMode2D () const
 
- Public Member Functions inherited from QmitkToolGUI
 mitkClassMacroItkParent (QmitkToolGUI, itk::Object)
 
void SetTool (mitk::Tool *tool)
 
void Register () const override
 
void UnRegister () const ITK_NOEXCEPT ITK_OVERRIDE
 
void SetReferenceCount (int) override
 
 ~QmitkToolGUI () override
 

Protected Slots

void OnLabelSelectionChanged (const QmitkSimpleLabelSetListWidget::LabelVectorType &selectedLabels)
 
void OnRadioTransferAllClicked (bool checked)
 
- Protected Slots inherited from QmitkSegWithPreviewToolGUIBase
void OnNewToolAssociated (mitk::Tool *)
 
void OnAcceptPreview ()
 

Protected Member Functions

 QmitkMultiLabelSegWithPreviewToolGUIBase ()
 
 ~QmitkMultiLabelSegWithPreviewToolGUIBase ()=default
 
void InitializeUI (QBoxLayout *mainLayout) override
 
void EnableWidgets (bool enabled) override
 
void SetLabelSetPreview (const mitk::LabelSetImage *preview)
 
void ActualizePreviewLabelVisibility ()
 
- Protected Member Functions inherited from QmitkSegWithPreviewToolGUIBase
 QmitkSegWithPreviewToolGUIBase (bool mode2D)
 
 ~QmitkSegWithPreviewToolGUIBase () override
 
virtual void DisconnectOldTool (mitk::SegWithPreviewTool *oldTool)
 
virtual void ConnectNewTool (mitk::SegWithPreviewTool *newTool)
 
void BusyStateChanged (bool isBusy) override
 
template<class TTool >
TTool * GetConnectedToolAs ()
 
void SetMergeStyle (mitk::MultiLabelSegmentation::MergeStyle mergeStyle)
 
void SetOverwriteStyle (mitk::MultiLabelSegmentation::OverwriteStyle overwriteStyle)
 
- Protected Member Functions inherited from QmitkToolGUI
 QmitkToolGUI ()=default
 

Additional Inherited Members

- Signals inherited from QmitkToolGUI
void NewToolAssociated (mitk::Tool *)
 
- Protected Types inherited from QmitkSegWithPreviewToolGUIBase
using EnableConfirmSegBtnFunctionType = std::function< bool(bool)>
 
- Protected Attributes inherited from QmitkSegWithPreviewToolGUIBase
EnableConfirmSegBtnFunctionType m_EnableConfirmSegBtnFnc
 
- Protected Attributes inherited from QmitkToolGUI
mitk::Tool::Pointer m_Tool
 

Detailed Description

GUI for tools based on mitk::AutoMLSegmentationWithPreviewTool.

This GUI offers an additional list to select the label that should be confirmed.

Definition at line 28 of file QmitkMultiLabelSegWithPreviewToolGUIBase.h.

Constructor & Destructor Documentation

◆ QmitkMultiLabelSegWithPreviewToolGUIBase()

QmitkMultiLabelSegWithPreviewToolGUIBase::QmitkMultiLabelSegWithPreviewToolGUIBase ( )
protected

◆ ~QmitkMultiLabelSegWithPreviewToolGUIBase()

QmitkMultiLabelSegWithPreviewToolGUIBase::~QmitkMultiLabelSegWithPreviewToolGUIBase ( )
protecteddefault

Member Function Documentation

◆ ActualizePreviewLabelVisibility()

void QmitkMultiLabelSegWithPreviewToolGUIBase::ActualizePreviewLabelVisibility ( )
protected

◆ EnableWidgets()

void QmitkMultiLabelSegWithPreviewToolGUIBase::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 implmentation, 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.

Reimplemented in QmitknnUNetToolGUI, and QmitkOtsuTool3DGUI.

◆ InitializeUI()

void QmitkMultiLabelSegWithPreviewToolGUIBase::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.

Reimplemented in QmitknnUNetToolGUI, QmitkTotalSegmentatorToolGUI, and QmitkOtsuTool3DGUI.

◆ mitkClassMacro()

QmitkMultiLabelSegWithPreviewToolGUIBase::mitkClassMacro ( QmitkMultiLabelSegWithPreviewToolGUIBase  ,
QmitkSegWithPreviewToolGUIBase   
)

◆ OnLabelSelectionChanged

void QmitkMultiLabelSegWithPreviewToolGUIBase::OnLabelSelectionChanged ( const QmitkSimpleLabelSetListWidget::LabelVectorType selectedLabels)
protectedslot

◆ OnRadioTransferAllClicked

void QmitkMultiLabelSegWithPreviewToolGUIBase::OnRadioTransferAllClicked ( bool  checked)
protectedslot

◆ SetLabelSetPreview()

void QmitkMultiLabelSegWithPreviewToolGUIBase::SetLabelSetPreview ( const mitk::LabelSetImage preview)
protected

The documentation for this class was generated from the following file: