|
| QgsSettingsEntryString (const QString &key, const QString §ion, const QString &defaultValue=QString(), const QString &description=QString(), Qgis::SettingsOptions options=Qgis::SettingsOptions(), int minLength=0, int maxLength=-1) SIP_MAKE_PRIVATE |
| Constructor for QgsSettingsEntryString. More...
|
|
int | maxLength () const |
| Returns the string maximum length. More...
|
|
int | minLength () const |
| Returns the string minimum length. More...
|
|
void | setMaxLength (int maxLength) |
| Set the string maximum length. More...
|
|
void | setMinLength (int minLength) |
| Set the string minimum length. More...
|
|
virtual Qgis::SettingsType | settingsType () const override |
| Returns the settings entry type. More...
|
|
| QgsSettingsEntryByReference (const QString &key, const QString §ion, const QString &defaultValue, const QString &description=QString(), Qgis::SettingsOptions options=Qgis::SettingsOptions()) |
| Constructor for QgsSettingsEntryByReference. More...
|
|
QString | defaultValue () const |
| Returns settings default value. More...
|
|
QString | formerValue (const QString &dynamicKeyPart=QString()) const |
| Returns the former value. More...
|
|
QString | formerValue (const QStringList &dynamicKeyPartList) const |
| Returns the former value Returns the current value (or default) if there is no former value. More...
|
|
virtual Qgis::SettingsType | settingsType () const override=0 |
| Returns the settings entry type. More...
|
|
bool | setValue (const QString &value, const QString &dynamicKeyPart=QString()) const |
| Set settings value. More...
|
|
bool | setValue (const QString &value, const QStringList &dynamicKeyPartList) const |
| Set settings value. More...
|
|
Q_DECL_DEPRECATED QString | value (const QString &dynamicKeyPart, bool useDefaultValueOverride, const QString &defaultValueOverride) const |
| Returns the settings value for the dynamicKeyPart and with a defaultValueOverride. More...
|
|
QString | value (const QString &dynamicKeyPart=QString()) const |
| Returns settings value. More...
|
|
QString | value (const QStringList &dynamicKeyPartList) const |
| Returns settings value. More...
|
|
Q_DECL_DEPRECATED QString | value (const QStringList &dynamicKeyPartList, bool useDefaultValueOverride, const QString &defaultValueOverride) const |
| Returns the settings value for the dynamicKeyPartList and with a defaultValueOverride. More...
|
|
QString | valueWithDefaultOverride (const QString &defaultValueOverride, const QString &dynamicKeyPart=QString()) const |
| Returns the settings value with a defaultValueOverride and with an optional dynamicKeyPart. More...
|
|
QString | valueWithDefaultOverride (const QString &defaultValueOverride, const QStringList &dynamicKeyPartList) const |
| Returns the settings value with a defaultValueOverride for the dynamicKeyPartList. More...
|
|
| QgsSettingsEntryBase (const QString &key, const QString §ion, const QVariant &defaultValue=QVariant(), const QString &description=QString(), Qgis::SettingsOptions options=Qgis::SettingsOptions()) |
| Constructor for QgsSettingsEntryBase. More...
|
|
virtual | ~QgsSettingsEntryBase () |
| Destructor for QgsSettingsEntryBase. More...
|
|
QVariant | defaultValueAsVariant () const |
| Returns settings default value. More...
|
|
QString | definitionKey () const |
| Returns settings entry defining key. More...
|
|
QString | description () const |
| Returns the settings entry description. More...
|
|
bool | exists (const QString &dynamicKeyPart=QString()) const |
| Returns true if the settings is contained in the underlying QSettings. More...
|
|
bool | exists (const QStringList &dynamicKeyPartList) const |
| Returns true if the settings is contained in the underlying QSettings. More...
|
|
QVariant | formerValueAsVariant (const QString &dynamicKeyPart) const |
| Returns the former value of the settings if it has been enabled in the options. More...
|
|
QVariant | formerValueAsVariant (const QStringList &dynamicKeyPartList) const |
| Returns the former value of the settings if it has been enabled in the options Returns the current value (or default) if there is no former value. More...
|
|
bool | hasDynamicKey () const |
| Returns true if a part of the settings key is built dynamically. More...
|
|
QString | key (const QString &dynamicKeyPart=QString()) const |
| Returns settings entry key. More...
|
|
QString | key (const QStringList &dynamicKeyPartList) const |
| Returns settings entry key. More...
|
|
bool | keyIsValid (const QString &key) const |
| Returns true if the provided key match the settings entry. More...
|
|
Qgis::SettingsOptions | options () const |
| Returns the settings options. More...
|
|
void | remove (const QString &dynamicKeyPart=QString()) const |
| Removes the settings from the underlying QSettings. More...
|
|
void | remove (const QStringList &dynamicKeyPartList) const |
| Removes the settings from the underlying QSettings. More...
|
|
Q_DECL_DEPRECATED QgsSettings::Section | section () const |
| Returns settings section. More...
|
|
virtual Qgis::SettingsType | settingsType () const =0 |
| Returns the settings entry type. More...
|
|
virtual Q_DECL_DEPRECATED bool | setVariantValue (const QVariant &value, const QString &dynamicKeyPart=QString()) const |
| Set settings value. More...
|
|
virtual Q_DECL_DEPRECATED bool | setVariantValue (const QVariant &value, const QStringList &dynamicKeyPartList) const |
| Set settings value. More...
|
|
Q_DECL_DEPRECATED QVariant | valueAsVariant (const QString &dynamicKeyPart, bool useDefaultValueOverride, const QVariant &defaultValueOverride) const |
| Returns settings value with an optional default value override. More...
|
|
QVariant | valueAsVariant (const QString &dynamicKeyPart=QString()) const |
| Returns settings value with the dynamicKeyPart argument specifying the dynamic part of the settings key. More...
|
|
QVariant | valueAsVariant (const QStringList &dynamicKeyPartList) const |
| Returns settings value with the dynamicKeyPart argument specifying the dynamic part of the settings key. More...
|
|
Q_DECL_DEPRECATED QVariant | valueAsVariant (const QStringList &dynamicKeyPartList, bool useDefaultValueOverride, const QVariant &defaultValueOverride) const |
| Returns settings value with an optional default value override. More...
|
|
QVariant | valueAsVariantWithDefaultOverride (const QVariant &defaultValueOverride, const QString &dynamicKeyPart=QString()) const |
| Returns settings value with a defaultValueOverride. More...
|
|
QVariant | valueAsVariantWithDefaultOverride (const QVariant &defaultValueOverride, const QStringList &dynamicKeyPartList) const |
| Returns settings value. More...
|
|