6 #ifndef SWIFT_MISC_AVIATION_INFORMATIONMESSAGE_H
7 #define SWIFT_MISC_AVIATION_INFORMATIONMESSAGE_H
22 namespace swift::misc::aviation
40 IndexType = CPropertyIndexRef::GlobalIndexCInformationMessage,
62 this->setCurrentUtcTime();
69 this->setCurrentUtcTime();
70 m_message.append(messagePart);
74 const QString &getTypeAsString()
const;
86 bool isEmpty()
const {
return m_message.isEmpty(); }
98 QString convertToQString(
bool i18n =
false)
const;
107 InformationType m_type;
Non-owning reference to a CPropertyIndex with a subset of its features.
Mix of the most commonly used mixin classes.
void registerMetadata()
Register all relevant metadata in Misc.
#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 ...