|
Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Base class for GUIs belonging to mitk::Tool classes. More...
#include <QmitkToolGUI.h>


Signals | |
| void | NewToolAssociated (mitk::Tool *) |
Public Member Functions | |
| 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 Member Functions | |
| QmitkToolGUI ()=default | |
| virtual void | BusyStateChanged (bool) |
Protected Attributes | |
| mitk::Tool::Pointer | m_Tool |
Base class for GUIs belonging to mitk::Tool classes.
Created through ITK object factory. TODO May be changed to a toolkit specific way later?
Last contributor: $Author$
Definition at line 32 of file QmitkToolGUI.h.
|
override |
|
protecteddefault |
|
inlineprotectedvirtual |
Reimplemented in QmitkBinaryThresholdToolGUIBase, and QmitkSegWithPreviewToolGUIBase.
Definition at line 56 of file QmitkToolGUI.h.
| QmitkToolGUI::mitkClassMacroItkParent | ( | QmitkToolGUI | , |
| itk::Object | |||
| ) |
|
signal |
|
override |
|
override |
| void QmitkToolGUI::SetTool | ( | mitk::Tool * | tool | ) |
| void QmitkToolGUI::UnRegister | ( | ) | const |
|
protected |
Definition at line 54 of file QmitkToolGUI.h.