22 VDoubleSliderEdit(
double min = 0,
double max = 10,
double value = 3,
bool rangeChangable =
false);
A wrapper for a QLineEdit that handles user input of type double, and provides Vapor's standard sette...
A wrapper for a VSlider and a VDoubleLineEdit, that provides synchronization between the two widgets,...
virtual void SetDynamicUpdate(bool enabled)
Set the dynamic update menu item's toggle state.
void MinimumChanged(double min)
virtual void SetNumDigits(int numDigits)
Set the number of digits displayed by the VDoubleLineEdit.
void AllowUserRange(bool allowed=true)
double GetMinimum() const
Get the minimum allowable value for the VSlider and VDoubleLineEdit.
VDoubleSliderEditMenu * _menu
void SetMinimum(double min)
Set the minimum allowable value for the VSlider and VDoubleLineEdit.
void ValueChanged(double value)
double GetMaximum() const
Get the maximum allowable value for the VSlider and VDoubleLineEdit.
void SetValue(double value)
Set the current value displayed by the slider and line edit.
void SetMaximum(double max)
Set the maximum allowable value for the VSlider and VDoubleLineEdit.
virtual void SetSciNotation(bool sciNotation)
Set whether the VDoubleLineEdit is being displayed with scientific notation.
void _sliderChanged(double value)
void AllowDynamicUpdate() const
Retrieve whether dynamic updates are toggled.
virtual void _makeContextMenu()
void ValueChangedIntermediate(double value)
virtual int GetNumDigits() const
Get the number of digits displayed by the VDoubleLineEdit.
void _sliderChangedIntermediate(double value)
void DynamicUpdateChanged(bool enabled)
double GetValue() const
Get the value associated with the VSlider and VDoubleLineEdit.
void MaximumChanged(double max)
virtual void ShowContextMenu(const QPoint &pos)
Show the context menu options for the entire widget, triggered on right-click.
virtual bool GetSciNotation() const
Get whether the VDoubleLineEdit is being displayed with scientific notation.
VDoubleLineEdit * _lineEdit
VDoubleSliderEdit(double min=0, double max=10, double value=3, bool rangeChangable=false)
An interface class that needs to be reimplemented to support the synchronization of a VSlider and a n...