![]() |
Mapper
0.9.0
API documentation
|
Provides information about the type double representing a rotation angle for the purpose of customizing input widgets. More...
#include <util_gui.h>
Public Types | |
typedef double | basetype |
The underlying fundamental type. More... | |
Static Public Member Functions | |
static constexpr double | min () noexcept |
The minimum input value. More... | |
static constexpr double | max () noexcept |
The maximum input value. More... | |
static constexpr double | step () noexcept |
The spinbox step width. More... | |
static constexpr int | decimals () noexcept |
The number of decimals. More... | |
static constexpr bool | wrapping () noexcept |
If true, spin box fields are meant to wrap at boundaries. More... | |
static QString | unit () |
The unit of measurement, translated in context UnitOfMeasurement. More... | |
Provides information about the type double representing a rotation angle for the purpose of customizing input widgets.
typedef double OpenOrienteering::Util::InputProperties< RotationalDegrees >::basetype |
The underlying fundamental type.
|
inlinestaticnoexcept |
The number of decimals.
|
inlinestaticnoexcept |
The maximum input value.
|
inlinestaticnoexcept |
The minimum input value.
|
inlinestaticnoexcept |
The spinbox step width.
|
static |
The unit of measurement, translated in context UnitOfMeasurement.
|
inlinestaticnoexcept |
If true, spin box fields are meant to wrap at boundaries.