6 #ifndef SWIFT_MISC_NETWORK_ECOSYSTEM_H
7 #define SWIFT_MISC_NETWORK_ECOSYSTEM_H
17 namespace swift::misc::network
26 IndexSystem = CPropertyIndexRef::GlobalIndexCEcosystem,
60 const QString &getSystemString()
const;
72 QString convertToQString(
bool i18n =
false)
const;
90 int m_system =
static_cast<int>(Unspecified);
Non-owning reference to a CPropertyIndex with a subset of its features.
Mix of the most commonly used mixin classes.
ColumnIndex
Base class enums.
Ecosystem of server belonging together.
CEcosystem()=default
Default constructor.
@ SwiftTest
swift test server
@ NoSystem
no relevant ecosystem
bool isUnspecified() const
Unknown system?
System getSystem() const
Get system.
bool isSystem(System s) const
Is system?
CEcosystem(System s)
Constructor.
void setSystem(System system)
Set the system.
#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 ...