VAPOR3 3.9.4
|
A menu for VDoubleSliderEdit that allows for setting a min/max range, numeric formatting controls, and dynamic update controls in regard to how many digits are displayed, and whether scientific notation is used. More...
#include <VDoubleSliderEditMenu.h>
Public Slots | |
void | SetDynamicUpdate (bool enabled) |
Check/Uncheck the dynamic update checkbox. | |
Public Slots inherited from VDoubleRangeMenu | |
void | SetMinimum (double min) |
Set the minimum value that the current widget can use. | |
void | SetMaximum (double max) |
Set the maximum value that the current widget can use. | |
Signals | |
void | DynamicUpdateChanged (bool dynamicUpdateEnabled) |
Signals inherited from VDoubleRangeMenu | |
void | MinChanged (double min) |
void | MaxChanged (double max) |
Signals inherited from VNumericFormatMenu | |
void | DecimalDigitsChanged (int decimalDigits) |
void | SciNotationChanged (bool sciNotation) |
Public Member Functions | |
VDoubleSliderEditMenu (QWidget *parent) | |
void | AllowDynamicUpdate () const |
Allow the toggling of the dynamic update checkbox in the right-click menu. | |
Public Member Functions inherited from VDoubleRangeMenu | |
VDoubleRangeMenu (QWidget *parent, bool sciNotation, double decimalDigits, double min, double max, bool rangeChangable) | |
void | AllowUserRange (bool allowed=true) |
Public Member Functions inherited from VNumericFormatMenu | |
VNumericFormatMenu (QWidget *parent, bool sciNotation, int decimalDigits) | |
void | SetDecimalDigits (int digits) |
Set the number of decimal digits used by the clicked line-edit. | |
void | SetSciNotation (bool sciNotation) |
Set whether the current line-edit is using scientific notation. | |
Protected Attributes | |
VCheckBoxAction * | _dynamicUpdateAction |
Protected Attributes inherited from VDoubleRangeMenu | |
VDoubleLineEditAction * | _minRangeAction |
VDoubleLineEditAction * | _maxRangeAction |
Protected Attributes inherited from VNumericFormatMenu | |
VCheckBoxAction * | _sciNotationAction |
VSpinBoxAction * | _decimalAction |
A menu for VDoubleSliderEdit that allows for setting a min/max range, numeric formatting controls, and dynamic update controls in regard to how many digits are displayed, and whether scientific notation is used.
Definition at line 16 of file VDoubleSliderEditMenu.h.
|
explicit |
void VDoubleSliderEditMenu::AllowDynamicUpdate | ( | ) | const |
Allow the toggling of the dynamic update checkbox in the right-click menu.
|
signal |
|
slot |
Check/Uncheck the dynamic update checkbox.
|
protected |
Definition at line 26 of file VDoubleSliderEditMenu.h.