swift
Static Public Member Functions | List of all members
swift::core::application::TCrashDumpUploadEnabled Struct Reference

Uploading of crash dumps is enabled or disabled. More...

Inheritance diagram for swift::core::application::TCrashDumpUploadEnabled:
[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 bool 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< bool >
static const char * key ()
 Key string of the value. Reimplemented in derived class.
 
static const QStringhumanReadable ()
 Optional human readable name.
 
static bool isValid (const bool &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 bool & 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< bool >
using type = bool
 Data type of the value.
 
- Public Member Functions inherited from swift::misc::TSettingTrait< bool >
 TSettingTrait ()=delete
 Deleted default constructor.
 
 TSettingTrait (const TSettingTrait &)=delete
 Deleted copy constructor.
 
TSettingTraitoperator= (const TSettingTrait &)=delete
 Deleted copy assignment operator.
 

Detailed Description

Uploading of crash dumps is enabled or disabled.

Definition at line 71 of file applicationsettings.h.

Member Function Documentation

◆ defaultValue()

static bool swift::core::application::TCrashDumpUploadEnabled::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 84 of file applicationsettings.h.

◆ humanReadable()

static const QString& swift::core::application::TCrashDumpUploadEnabled::humanReadable ( )
inlinestatic

Optional human readable name.

Definition at line 77 of file applicationsettings.h.

◆ key()

static const char* swift::core::application::TCrashDumpUploadEnabled::key ( )
inlinestatic

Key string of the value. Reimplemented in derived class.

Definition at line 74 of file applicationsettings.h.


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