6 #ifndef SWIFT_MISC_NETWORK_FACILITYTYPE_H
7 #define SWIFT_MISC_NETWORK_FACILITYTYPE_H
14 namespace swift::misc::network
46 QString convertToQString(
bool i18n =
false)
const;
49 FacilityType m_facilityType = Unknown;
Mix of the most commonly used mixin classes.
Value object encapsulating the ATC facility type, e.g. TWR, DEP, APP.
FacilityType getFacilityType() const
Get type.
CFacilityType()=default
Default constructor.
CFacilityType(FacilityType mode)
Constructor.
void setFacilityType(FacilityType type)
Set type.
#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 ...