4 #ifndef SWIFT_MISC_AVIATION_WAKETURBULENCECATEGORY_H
5 #define SWIFT_MISC_AVIATION_WAKETURBULENCECATEGORY_H
15 namespace swift::misc::aviation
42 QString convertToQString(
bool i18n =
false)
const;
51 WakeTurbulenceCategory m_wtc = UNKNOWN;
Mix of the most commonly used mixin classes.
ICAO wake turbulence category.
CWakeTurbulenceCategory()=default
Create default object with unknown wake turbulence category.
WakeTurbulenceCategory
ICAO wake turbulence categories.
bool isUnknown() const
Is the wake turbulence category unknown?
bool isCategory(WakeTurbulenceCategory category) const
Is the wake turbulence category of this object the same as category?
#define SWIFT_MISC_EXPORT
Export a class or function from the library.
#define SWIFT_DECLARE_VALUEOBJECT_MIXINS(Namespace, Class)
Explicit template declaration of mixins for a CValueObject subclass to be placed near the top of the ...