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

Trait for simulator settings. More...

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

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 bool isValid (const CSimulatorSettings &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. More...
 
- Static Public Member Functions inherited from swift::misc::TSettingTrait< CSimulatorSettings >
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 CSimulatorSettings &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 CSimulatorSettings & 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< CSimulatorSettings >
using type = CSimulatorSettings
 Data type of the value.
 
- Public Member Functions inherited from swift::misc::TSettingTrait< CSimulatorSettings >
 TSettingTrait ()=delete
 Deleted default constructor.
 
 TSettingTrait (const TSettingTrait &)=delete
 Deleted copy constructor.
 
TSettingTraitoperator= (const TSettingTrait &)=delete
 Deleted copy assignment operator.
 

Detailed Description

Trait for simulator settings.

Definition at line 435 of file simulatorsettings.h.

Member Function Documentation

◆ humanReadable()

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

Optional human readable name.

Definition at line 441 of file simulatorsettings.h.

◆ isValid()

bool swift::misc::simulation::settings::TSimulatorXP::isValid ( const CSimulatorSettings value,
QString &  reason 
)
static

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 797 of file simulatorsettings.cpp.

◆ key()

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

Key string of the value. Reimplemented in derived class.

Definition at line 438 of file simulatorsettings.h.


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