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