13 #ifndef DOUBLESPINBOX_H
14 #define DOUBLESPINBOX_H
45 double max,
double step,
int decimals = 2,
46 double default_value = 0);
64 std::string suffix,
double min,
double max,
double step,
65 int decimals = 2,
double default_value = 0);
78 double Value(
void)
const;
95 #endif // DOUBLESPINBOX_H
namespace of the flair Framework
Definition: Ahrs.h:19
Abstract class to display a box on the ground station.
Definition: Box.h:35
Class displaying a QDoubleSpinBox on the ground station.
Definition: DoubleSpinBox.h:28
~DoubleSpinBox()
Destructor.
DoubleSpinBox(const LayoutPosition *position, std::string name, double min, double max, double step, int decimals=2, double default_value=0)
Constructor.
double Value(void) const
Value.
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
Abstract class to display a box on the ground station.