6 #ifndef SWIFT_MISC_NETWORK_SETTINGS_SERVERSSETTINGS_H
7 #define SWIFT_MISC_NETWORK_SETTINGS_SERVERSSETTINGS_H
13 namespace swift::misc::network::settings
21 static const char *
key() {
return "network/trafficservers"; }
26 static const QString name(
"Traffic servers");
37 static const char *
key() {
return "network/currenttrafficserver"; }
42 static const QString name(
"Current traffic servers");
Value object encapsulating information of a server.
Base class for traits to be used as template argument to swift::misc::CSetting.
Currently selected virtual air traffic server.
static const QString & humanReadable()
Optional human readable name.
static const swift::misc::network::CServer & defaultValue()
Return the value to use in case the supplied value does not satisfy the validator....
static const char * key()
Key string of the value. Reimplemented in derived class.
Virtual air traffic servers.
static const char * key()
Key string of the value. Reimplemented in derived class.
static const QString & humanReadable()
Optional human readable name.