#include <QRangeSliderTextCombo.h>
Combines a QRangeSlider with two text inputs that represent the values of the min/max sliders. The two are automatically synced.
Definition at line 14 of file QRangeSliderTextCombo.h.
◆ QRangeSliderTextCombo()
QRangeSliderTextCombo::QRangeSliderTextCombo |
( |
| ) |
|
◆ AllowCustomRange()
void QRangeSliderTextCombo::AllowCustomRange |
( |
| ) |
|
Allows the user to input values outside of the range and allows them to change the range.
◆ RangeChanged
void QRangeSliderTextCombo::RangeChanged |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
|
signal |
◆ RangeDefaultRequested
void QRangeSliderTextCombo::RangeDefaultRequested |
( |
| ) |
|
|
signal |
◆ SetRange()
void QRangeSliderTextCombo::SetRange |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
◆ SetValue()
void QRangeSliderTextCombo::SetValue |
( |
float |
left, |
|
|
float |
right |
|
) |
| |
◆ ValueChanged
void QRangeSliderTextCombo::ValueChanged |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
|
signal |
User finalized changing the value.
◆ ValueChangedBegin
void QRangeSliderTextCombo::ValueChangedBegin |
( |
| ) |
|
|
signal |
User began to change the value.
◆ ValueChangedIntermediate
void QRangeSliderTextCombo::ValueChangedIntermediate |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
|
signal |
User changed the value but they have not finalized it.
The documentation for this class was generated from the following file: