PPL API Reference |
|
---|
Signals | |
Signals | |
void | ValueChanged () |
Indicate that a value was updated. | |
Public Member Functions | |
Construction | |
EditJointLimitsWidget (QWidget *const _parent, const std::string &_label, const Connection &_connection) | |
Helpers | |
std::vector< Range< double > > | GetValue () |
Get the current value from the widget values. | |
void | SetValue (const Range< double > &_limit1, const Range< double > &_limit2={}) |
Set the current value displayed in the widget. | |
A widget for editing joint limits.
EditJointLimitsWidget::EditJointLimitsWidget | ( | QWidget *const | _parent, |
const std::string & | _label, | ||
const Connection & | _connection | ||
) |
Create a dhparam edit widget.
_parent | The owning widget. |
_label | The connection label. |
_dh | The initial value of the connection object. |