44 int step,
int default_value = 0);
60 int min,
int max,
int step,
int default_value = 0);
73 int Value(
void)
const;
namespace of the flair Framework
Definition: Ahrs.h:19
Class displaying a QSpinBox on the ground station.
Definition: SpinBox.h:28
int Value(void) const
Value.
Abstract class to display a box on the ground station.
Definition: Box.h:35
SpinBox(const LayoutPosition *position, std::string name, int min, int max, int step, int default_value=0)
Constructor.
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.