PPL API Reference |
|
---|
Signals | |
Signals | |
void | ValueChanged (double) |
Indicate a valid value change. | |
Public Member Functions | |
Construction | |
SliderTextWidget (QWidget *const _parent, const std::string &_label, const double _min, const double _max) | |
SliderTextWidget (QWidget *const _parent, const std::string &_label, const Range< double > &_range) | |
This is a widget for adjusting numerical values using both a slider bar and text field. The text input is validated against a fixed range.
SliderTextWidget::SliderTextWidget | ( | QWidget *const | _parent, |
const std::string & | _label, | ||
const double | _min, | ||
const double | _max | ||
) |
Create a slider text widget.
_parent | The parent widget. |
_label | The label. |
_min | The minimum allowed value. |
_max | The maximum allowed value. |
SliderTextWidget::SliderTextWidget | ( | QWidget *const | _parent, |
const std::string & | _label, | ||
const Range< double > & | _range | ||
) |
Create a slider text widget.
_parent | The parent widget. |
_label | The label. |
_range | The allowed range. |