|
swift
|
Selected simulator plugins. 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 QStringList & | 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 QStringList &pluginIdentifiers, 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< QStringList > | |
| 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 QStringList &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 QStringList & | 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< QStringList > | |
| using | type = QStringList |
| Data type of the value. | |
Public Member Functions inherited from swift::misc::TSettingTrait< QStringList > | |
| TSettingTrait ()=delete | |
| Deleted default constructor. | |
| TSettingTrait (const TSettingTrait &)=delete | |
| Deleted copy constructor. | |
| TSettingTrait & | operator= (const TSettingTrait &)=delete |
| Deleted copy assignment operator. | |
Selected simulator plugins.
Definition at line 41 of file applicationsettings.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 54 of file applicationsettings.h.
|
inlinestatic |
Optional human readable name.
Definition at line 47 of file applicationsettings.h.
|
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 62 of file applicationsettings.h.
|
inlinestatic |
Key string of the value. Reimplemented in derived class.
Definition at line 44 of file applicationsettings.h.