|
VAPOR3 3.9.4
|
A menu for VIntSliderEdit 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 <VIntSliderEditMenu.h>
Public Slots | |
| void | SetDynamicUpdate (bool enabled) |
| Check/Uncheck the dynamic update checkbox. | |
Signals | |
| void | DynamicUpdateChanged (bool dynamicUpdateEnabled) |
Signals inherited from VIntRangeMenu | |
| void | MinChanged (int min) |
| void | MaxChanged (int max) |
Signals inherited from VNumericFormatMenu | |
| void | DecimalDigitsChanged (int decimalDigits) |
| void | SciNotationChanged (bool sciNotation) |
Public Member Functions | |
| VIntSliderEditMenu (QWidget *parent) | |
| void | AllowDynamicUpdate () const |
| Allow the toggling of the dynamic update checkbox in the right-click menu. | |
Public Member Functions inherited from VIntRangeMenu | |
| VIntRangeMenu (QWidget *parent, bool sciNotation, int decimalDigits, int min, int max, bool rangeChangable=false) | |
| void | AllowUserRange (bool allowed=true) |
| void | SetMinimum (int min) |
| Set the minimum value that the current widget can use. | |
| void | SetMaximum (int max) |
| Set the maximum value that the current widget can use. | |
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 VIntRangeMenu | |
| VIntLineEditAction * | _minRangeAction |
| VIntLineEditAction * | _maxRangeAction |
Protected Attributes inherited from VNumericFormatMenu | |
| VCheckBoxAction * | _sciNotationAction |
| VSpinBoxAction * | _decimalAction |
A menu for VIntSliderEdit 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 VIntSliderEditMenu.h.
|
explicit |
| void VIntSliderEditMenu::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 VIntSliderEditMenu.h.