swift
Static Public Member Functions | List of all members
swift::misc::simulation::settings::TFGSwiftBusServer Struct Reference

Setting for FGSwiftBus. More...

Inheritance diagram for swift::misc::simulation::settings::TFGSwiftBusServer:
[legend]

Static Public Member Functions

static const char * key ()
 Key string of the value. Reimplemented in derived class. More...
 
static const QStringhumanReadable ()
 Optional human readable name. More...
 
static CFGSwiftBusSettings defaultValue ()
 Return the value to use in case the supplied value does not satisfy the validator. Default implementation returns a default-constructed value. More...
 
static bool isValid (const CFGSwiftBusSettings &settings, QString &)
 Validator function. Return true if the argument is valid, false otherwise. Default implementation just returns true. Reimplemented in derived class to support validation of the value. More...
 
- Static Public Member Functions inherited from swift::misc::TSettingTrait< CFGSwiftBusSettings >
static const char * key ()
 Key string of the value. Reimplemented in derived class.
 
static const QStringhumanReadable ()
 Optional human readable name.
 
static bool isValid (const CFGSwiftBusSettings &value, QString &reason)
 Validator function. Return true if the argument is valid, false otherwise. Default implementation just returns true. Reimplemented in derived class to support validation of the value.
 
static const CFGSwiftBusSettings & defaultValue ()
 Return the value to use in case the supplied value does not satisfy the validator. Default implementation returns a default-constructed value.
 

Additional Inherited Members

- Public Types inherited from swift::misc::TSettingTrait< CFGSwiftBusSettings >
using type = CFGSwiftBusSettings
 Data type of the value.
 
- Public Member Functions inherited from swift::misc::TSettingTrait< CFGSwiftBusSettings >
 TSettingTrait ()=delete
 Deleted default constructor.
 
 TSettingTrait (const TSettingTrait &)=delete
 Deleted copy constructor.
 
TSettingTraitoperator= (const TSettingTrait &)=delete
 Deleted copy assignment operator.
 

Detailed Description

Setting for FGSwiftBus.

Definition at line 58 of file fgswiftbussettings.h.

Member Function Documentation

◆ defaultValue()

static CFGSwiftBusSettings swift::misc::simulation::settings::TFGSwiftBusServer::defaultValue ( )
inlinestatic

Return the value to use in case the supplied value does not satisfy the validator. Default implementation returns a default-constructed value.

Definition at line 71 of file fgswiftbussettings.h.

◆ humanReadable()

static const QString& swift::misc::simulation::settings::TFGSwiftBusServer::humanReadable ( )
inlinestatic

Optional human readable name.

Definition at line 64 of file fgswiftbussettings.h.

◆ isValid()

static bool swift::misc::simulation::settings::TFGSwiftBusServer::isValid ( const CFGSwiftBusSettings settings,
QString  
)
inlinestatic

Validator function. Return true if the argument is valid, false otherwise. Default implementation just returns true. Reimplemented in derived class to support validation of the value.

Definition at line 74 of file fgswiftbussettings.h.

◆ key()

static const char* swift::misc::simulation::settings::TFGSwiftBusServer::key ( )
inlinestatic

Key string of the value. Reimplemented in derived class.

Definition at line 61 of file fgswiftbussettings.h.


The documentation for this struct was generated from the following file: