13 #ifndef VECTOR3DSPINBOX_H
14 #define VECTOR3DSPINBOX_H
45 double max,
double step,
int decimals = 2,
76 #endif // VECTOR3DSPINBOX_H
namespace of the flair Framework
Definition: Ahrs.h:19
core::Vector3Df Value(void) const
Value.
Class defining a 3D vector.
Abstract class to display a box on the ground station.
Definition: Box.h:35
Vector3DSpinBox(const LayoutPosition *position, std::string name, double min, double max, double step, int decimals=2, core::Vector3Df default_value=core::Vector3Df(0, 0, 0))
Constructor.
Class displaying 3 QDoubleSpinBox for x,y,z on the ground station.
Definition: Vector3DSpinBox.h:28
~Vector3DSpinBox()
Destructor.
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.