An object of this class offers an UI to create a widget to access the advanced tool creation options.
More...
#include <QmitkInteractiveTransformationWidget.h>
An object of this class offers an UI to create a widget to access the advanced tool creation options.
Documentation:
Definition at line 33 of file QmitkInteractiveTransformationWidget.h.
◆ QmitkInteractiveTransformationWidget()
QmitkInteractiveTransformationWidget::QmitkInteractiveTransformationWidget |
( |
QWidget * |
parent = nullptr , |
|
|
Qt::WindowFlags |
f = nullptr |
|
) |
| |
◆ ~QmitkInteractiveTransformationWidget()
QmitkInteractiveTransformationWidget::~QmitkInteractiveTransformationWidget |
( |
| ) |
|
|
override |
◆ CreateConnections()
virtual void QmitkInteractiveTransformationWidget::CreateConnections |
( |
| ) |
|
|
protectedvirtual |
◆ CreateQtPartControl()
virtual void QmitkInteractiveTransformationWidget::CreateQtPartControl |
( |
QWidget * |
parent | ) |
|
|
protectedvirtual |
◆ EditToolTipFinished
void QmitkInteractiveTransformationWidget::EditToolTipFinished |
( |
mitk::AffineTransform3D::Pointer |
toolTip | ) |
|
|
signal |
◆ OnApplyManipulatedToolTip
void QmitkInteractiveTransformationWidget::OnApplyManipulatedToolTip |
( |
| ) |
|
|
protectedslot |
◆ OnCancel
void QmitkInteractiveTransformationWidget::OnCancel |
( |
| ) |
|
|
protectedslot |
◆ OnResetGeometryToIdentity
void QmitkInteractiveTransformationWidget::OnResetGeometryToIdentity |
( |
| ) |
|
|
protectedslot |
◆ OnRevertChanges
void QmitkInteractiveTransformationWidget::OnRevertChanges |
( |
| ) |
|
|
protectedslot |
◆ OnXRotationValueChanged
void QmitkInteractiveTransformationWidget::OnXRotationValueChanged |
( |
double |
v | ) |
|
|
protectedslot |
◆ OnXTranslationValueChanged
void QmitkInteractiveTransformationWidget::OnXTranslationValueChanged |
( |
double |
v | ) |
|
|
protectedslot |
◆ OnYRotationValueChanged
void QmitkInteractiveTransformationWidget::OnYRotationValueChanged |
( |
double |
v | ) |
|
|
protectedslot |
◆ OnYTranslationValueChanged
void QmitkInteractiveTransformationWidget::OnYTranslationValueChanged |
( |
double |
v | ) |
|
|
protectedslot |
◆ OnZRotationValueChanged
void QmitkInteractiveTransformationWidget::OnZRotationValueChanged |
( |
double |
v | ) |
|
|
protectedslot |
◆ OnZTranslationValueChanged
void QmitkInteractiveTransformationWidget::OnZTranslationValueChanged |
( |
double |
v | ) |
|
|
protectedslot |
◆ reject()
void QmitkInteractiveTransformationWidget::reject |
( |
| ) |
|
|
overrideprotected |
◆ Rotate()
void QmitkInteractiveTransformationWidget::Rotate |
( |
mitk::Vector3D |
rotateVector | ) |
|
|
protected |
Method performs the rotation.
- Parameters
-
rotateVector | New rotation to be combined with geometry. |
◆ SetDefaultOffset()
void QmitkInteractiveTransformationWidget::SetDefaultOffset |
( |
const mitk::Point3D |
_defaultValues | ) |
|
The sliders and spinboxes will be set to these values. When clicking "Revert Changes", sliders will be reseted to these values.
◆ SetDefaultRotation()
void QmitkInteractiveTransformationWidget::SetDefaultRotation |
( |
const mitk::Quaternion |
_defaultValues | ) |
|
◆ SetToolToEdit()
void QmitkInteractiveTransformationWidget::SetToolToEdit |
( |
const mitk::NavigationTool::Pointer |
_tool | ) |
|
This tool will be copied to m_ToolToEdit. It will not be changed. To apply any changes made by this widget, you will need to connect to the signal EditToolTipFinished(mitk::AffineTransform3D::Pointer toolTip) and set this transfrom as calibrated tool tip. We do not directly modify the tool to allow to cancel/exit this widget without doing any harm.
◆ m_Controls
Ui::QmitkInteractiveTransformationWidgetControls* QmitkInteractiveTransformationWidget::m_Controls |
|
protected |
◆ m_Geometry
◆ m_ResetGeometry
◆ m_ToolToEdit
mitk::NavigationTool::Pointer QmitkInteractiveTransformationWidget::m_ToolToEdit |
|
protected |
◆ VIEW_ID
const std::string QmitkInteractiveTransformationWidget::VIEW_ID |
|
static |
The documentation for this class was generated from the following file: