|
|
void | ValueChanged () |
| Indicate that a value was updated.
|
|
|
|
| EditTransformationWidget (QWidget *const _parent, const std::string &_label, const mathtool::Transformation &_t) |
|
|
mathtool::Transformation | GetValue () |
| Get the current value from the widget values.
|
|
void | SetValue (const mathtool::Transformation &_t) |
| Set the current value displayed in the widget.
|
|
A widget for editing compound numerical properties.
- Note
- Rather than hard-linking to an existing object, this object indicates when the GUI value has changed and offers a function to retrieve the updated value. This is intended to decouple the process of adjusting the object with a gui and subsequently updating the original model.
◆ EditTransformationWidget()
EditTransformationWidget::EditTransformationWidget |
( |
QWidget *const |
_parent, |
|
|
const std::string & |
_label, |
|
|
const mathtool::Transformation & |
_t |
|
) |
| |
Create a transform edit widget.
- Parameters
-
_parent | The owning widget. |
_label | The transformation label. |
_t | The initial value of the transformation object. |
The documentation for this class was generated from the following files:
- EditWidgets.h
- EditWidgets.cpp