VAPOR3 3.9.4
VDoubleRangeMenu.h
Go to the documentation of this file.
1#pragma once
2
4
6
12
14 Q_OBJECT
15
16public:
17 explicit VDoubleRangeMenu(QWidget *parent, bool sciNotation, double decimalDigits, double min, double max, bool rangeChangable);
18
19 void AllowUserRange(bool allowed = true);
20
21protected:
24
25public slots:
27 void SetMinimum(double min);
28
30 void SetMaximum(double max);
31
32private slots:
33 void _minChanged(double min);
34 void _maxChanged(double max);
35
36signals:
37 void MinChanged(double min);
38 void MaxChanged(double max);
39};
A menu that allows the user to control the range of double values that can be set by a widget....
void AllowUserRange(bool allowed=true)
VDoubleRangeMenu(QWidget *parent, bool sciNotation, double decimalDigits, double min, double max, bool rangeChangable)
void SetMinimum(double min)
Set the minimum value that the current widget can use.
void MinChanged(double min)
void MaxChanged(double max)
VDoubleLineEditAction * _maxRangeAction
void SetMaximum(double max)
Set the maximum value that the current widget can use.
VDoubleLineEditAction * _minRangeAction
A menu that allows users to specify how a number is displayed in a line edit, in regard to how many d...