|
swift
|
Some details for P3D. More...
Static Public Member Functions | |
| static const char * | key () |
| Key string of the value. Reimplemented in derived class. More... | |
| static const QString & | humanReadable () |
| Optional human readable name. More... | |
| static const CFsxP3DSettings & | 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 Public Member Functions inherited from swift::misc::TSettingTrait< CFsxP3DSettings > | |
| static const char * | key () |
| Key string of the value. Reimplemented in derived class. | |
| static const QString & | humanReadable () |
| Optional human readable name. | |
| static bool | isValid (const CFsxP3DSettings &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 CFsxP3DSettings & | 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< CFsxP3DSettings > | |
| using | type = CFsxP3DSettings |
| Data type of the value. | |
Public Member Functions inherited from swift::misc::TSettingTrait< CFsxP3DSettings > | |
| TSettingTrait ()=delete | |
| Deleted default constructor. | |
| TSettingTrait (const TSettingTrait &)=delete | |
| Deleted copy constructor. | |
| TSettingTrait & | operator= (const TSettingTrait &)=delete |
| Deleted copy assignment operator. | |
Some details for P3D.
Definition at line 414 of file simulatorsettings.h.
|
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 427 of file simulatorsettings.h.
|
inlinestatic |
Optional human readable name.
Definition at line 420 of file simulatorsettings.h.
|
inlinestatic |
Key string of the value. Reimplemented in derived class.
Definition at line 417 of file simulatorsettings.h.