A menu that allows the user to control the range of double values that can be set by a widget. Also allows for setting the numeric format that the number is displayed with.
More...
#include <VDoubleRangeMenu.h>
|
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.
|
|
|
| VDoubleRangeMenu (QWidget *parent, bool sciNotation, double decimalDigits, double min, double max, bool rangeChangable) |
|
void | AllowUserRange (bool allowed=true) |
|
A menu that allows the user to control the range of double values that can be set by a widget. Also allows for setting the numeric format that the number is displayed with.
Definition at line 13 of file VDoubleRangeMenu.h.
◆ VDoubleRangeMenu()
VDoubleRangeMenu::VDoubleRangeMenu |
( |
QWidget * |
parent, |
|
|
bool |
sciNotation, |
|
|
double |
decimalDigits, |
|
|
double |
min, |
|
|
double |
max, |
|
|
bool |
rangeChangable |
|
) |
| |
|
explicit |
◆ AllowUserRange()
void VDoubleRangeMenu::AllowUserRange |
( |
bool |
allowed = true | ) |
|
◆ MaxChanged
void VDoubleRangeMenu::MaxChanged |
( |
double |
max | ) |
|
|
signal |
◆ MinChanged
void VDoubleRangeMenu::MinChanged |
( |
double |
min | ) |
|
|
signal |
◆ SetMaximum
void VDoubleRangeMenu::SetMaximum |
( |
double |
max | ) |
|
|
slot |
Set the maximum value that the current widget can use.
◆ SetMinimum
void VDoubleRangeMenu::SetMinimum |
( |
double |
min | ) |
|
|
slot |
Set the minimum value that the current widget can use.
◆ _maxRangeAction
◆ _minRangeAction
The documentation for this class was generated from the following file: