PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members
EditTransformationWidget Class Reference

Signals

Signals
void ValueChanged ()
 Indicate that a value was updated.
 

Public Member Functions

Construction
 EditTransformationWidget (QWidget *const _parent, const std::string &_label, const mathtool::Transformation &_t)
 
Helpers
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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ EditTransformationWidget()

EditTransformationWidget::EditTransformationWidget ( QWidget *const  _parent,
const std::string &  _label,
const mathtool::Transformation &  _t 
)

Create a transform edit widget.

Parameters
_parentThe owning widget.
_labelThe transformation label.
_tThe initial value of the transformation object.

The documentation for this class was generated from the following files: