#include <QmitknnInteractiveToolGUI.h>
Definition at line 28 of file QmitknnInteractiveToolGUI.h.
◆ InteractionType
◆ PromptType
◆ QmitknnInteractiveToolGUI()
QmitknnInteractiveToolGUI::QmitknnInteractiveToolGUI |
( |
| ) |
|
|
protected |
◆ ~QmitknnInteractiveToolGUI()
QmitknnInteractiveToolGUI::~QmitknnInteractiveToolGUI |
( |
| ) |
|
|
overrideprotected |
◆ CreateVirtualEnv()
bool QmitknnInteractiveToolGUI::CreateVirtualEnv |
( |
| ) |
|
|
protected |
◆ GetTool()
◆ InitializeInteractorButtons()
void QmitknnInteractiveToolGUI::InitializeInteractorButtons |
( |
| ) |
|
|
protected |
◆ InitializePromptType()
void QmitknnInteractiveToolGUI::InitializePromptType |
( |
| ) |
|
|
protected |
◆ InitializeUI()
void QmitknnInteractiveToolGUI::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.
◆ Install()
bool QmitknnInteractiveToolGUI::Install |
( |
| ) |
|
|
protected |
◆ mitkClassMacro()
◆ New()
static Pointer QmitknnInteractiveToolGUI::New |
( |
| ) |
|
|
static |
◆ OnAutoRefineCheckBoxToggled()
void QmitknnInteractiveToolGUI::OnAutoRefineCheckBoxToggled |
( |
bool |
checked | ) |
|
|
protected |
◆ OnAutoZoomCheckBoxToggled()
void QmitknnInteractiveToolGUI::OnAutoZoomCheckBoxToggled |
( |
bool |
checked | ) |
|
|
protected |
◆ OnConfirmCleanUp()
void QmitknnInteractiveToolGUI::OnConfirmCleanUp |
( |
bool |
isConfirmed | ) |
|
|
protected |
◆ OnInitializeButtonToggled()
void QmitknnInteractiveToolGUI::OnInitializeButtonToggled |
( |
bool |
checked | ) |
|
|
protected |
◆ OnInteractorToggled()
◆ OnMaskButtonClicked()
void QmitknnInteractiveToolGUI::OnMaskButtonClicked |
( |
| ) |
|
|
protected |
◆ OnPromptTypeChanged()
void QmitknnInteractiveToolGUI::OnPromptTypeChanged |
( |
| ) |
|
|
protected |
◆ OnResetInteractionsButtonClicked()
void QmitknnInteractiveToolGUI::OnResetInteractionsButtonClicked |
( |
| ) |
|
|
protected |
◆ UncheckOtherInteractorButtons()
void QmitknnInteractiveToolGUI::UncheckOtherInteractorButtons |
( |
QPushButton * |
interactorButton | ) |
|
|
protected |
The documentation for this class was generated from the following file: