Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
GUI for mitk::LiveWireTool. More...
#include <QmitkLiveWireTool2DGUI.h>
Public Member Functions | |
mitkClassMacro (QmitkLiveWireTool2DGUI, QmitkToolGUI) | |
Pointer | Clone () const |
![]() | |
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 | |
Static Public Member Functions | |
static Pointer | New () |
Protected Slots | |
void | OnNewToolAssociated (mitk::Tool *) |
void | OnConfirmSegmentation () |
void | OnClearSegmentation () |
void | OnShowInformation (bool on) |
Protected Member Functions | |
QmitkLiveWireTool2DGUI () | |
~QmitkLiveWireTool2DGUI () override | |
![]() | |
virtual void | BusyStateChanged (bool) |
Protected Attributes | |
Ui::QmitkLiveWireTool2DGUIControls | m_Controls |
mitk::LiveWireTool2D::Pointer | m_LiveWireTool |
![]() | |
mitk::Tool::Pointer | m_Tool |
Additional Inherited Members | |
![]() | |
void | NewToolAssociated (mitk::Tool *) |
GUI for mitk::LiveWireTool.
Definition at line 36 of file QmitkLiveWireTool2DGUI.h.
|
protected |
Definition at line 27 of file QmitkLiveWireTool2DGUI.cpp.
|
overrideprotected |
Definition at line 38 of file QmitkLiveWireTool2DGUI.cpp.
Pointer QmitkLiveWireTool2DGUI::Clone | ( | ) | const |
QmitkLiveWireTool2DGUI::mitkClassMacro | ( | QmitkLiveWireTool2DGUI | , |
QmitkToolGUI | |||
) |
|
static |
|
protectedslot |
Definition at line 53 of file QmitkLiveWireTool2DGUI.cpp.
References m_LiveWireTool.
|
protectedslot |
Definition at line 47 of file QmitkLiveWireTool2DGUI.cpp.
References m_LiveWireTool.
|
protectedslot |
Definition at line 42 of file QmitkLiveWireTool2DGUI.cpp.
References m_LiveWireTool.
|
protectedslot |
Definition at line 59 of file QmitkLiveWireTool2DGUI.cpp.
References m_Controls.
|
protected |
Definition at line 59 of file QmitkLiveWireTool2DGUI.h.
Referenced by OnShowInformation().
|
protected |
Definition at line 61 of file QmitkLiveWireTool2DGUI.h.
Referenced by OnClearSegmentation(), OnConfirmSegmentation(), and OnNewToolAssociated().