GUI for mitk::PickingTool.
More...
#include <QmitkPickingToolGUI.h>
◆ QmitkPickingToolGUI()
QmitkPickingToolGUI::QmitkPickingToolGUI |
( |
| ) |
|
|
protected |
◆ ~QmitkPickingToolGUI()
QmitkPickingToolGUI::~QmitkPickingToolGUI |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
Pointer QmitkPickingToolGUI::Clone |
( |
| ) |
const |
◆ EnableWidgets()
void QmitkPickingToolGUI::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 implementation, 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.
◆ InitializeUI()
void QmitkPickingToolGUI::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.
◆ mitkClassMacro()
◆ New()
static Pointer QmitkPickingToolGUI::New |
( |
| ) |
|
|
static |
◆ OnRadioPickClicked
void QmitkPickingToolGUI::OnRadioPickClicked |
( |
bool |
checked | ) |
|
|
protectedslot |
◆ OnResetPicksClicked
void QmitkPickingToolGUI::OnResetPicksClicked |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following file: