libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::AccountSettingsGroup Class Reference

#include <settings.h>

Inheritance diagram for Quotient::AccountSettingsGroup:
Collaboration diagram for Quotient::AccountSettingsGroup:

Public Member Functions

 AccountSettingsGroup (QObject *parent=nullptr)
 
auto asRange () const
 
Q_INVOKABLE QStringList accountNames () const
 Obtain the list of child groups from the current or, if missing, legacy settings.
 
- Public Member Functions inherited from Quotient::SettingsGroup
 SettingsGroup (const QString &path, QObject *parent=nullptr)
 
- Public Member Functions inherited from Quotient::Settings
 Settings (QObject *parent=nullptr)
 
Q_INVOKABLE void setValue (const QString &key, const QVariant &value)
 Set the value for a given key.
 
Q_INVOKABLE void remove (const QString &key)
 Remove the value from both the primary and legacy locations.
 
Q_INVOKABLE QVariant value (const QString &key, const QVariant &defaultValue={}) const
 Obtain a value for a given key.
 
template<typename T >
T get (const QString &key, const T &defaultValue={}) const
 Obtain a value for a given key, coerced to the given type.
 
Q_INVOKABLE bool contains (const QString &key) const
 
Q_INVOKABLE QStringList childGroups () const
 
Q_INVOKABLE QStringList childGroups (bool decodeSlashes) const
 

Static Public Member Functions

static auto name ()
 
- Static Public Member Functions inherited from Quotient::Settings
static void setLegacyNames (const QString &organizationName, const QString &applicationName={})
 Add a legacy organisation/application name to migrate settings from.
 
static QString toEncoded (QString key)
 Escape forward- and backslashes in keys because QSettings doesn't (see #842)
 
static QString fromEncoded (QString key)
 Unescape \ and / in keys stored with escapedForSettings()
 

Additional Inherited Members

- Protected Attributes inherited from Quotient::Settings
QSettings legacySettings { legacyOrganizationName, legacyApplicationName }
 

Detailed Description

Definition at line 134 of file settings.h.

Constructor & Destructor Documentation

◆ AccountSettingsGroup()

Quotient::AccountSettingsGroup::AccountSettingsGroup ( QObject *  parent = nullptr)
explicit

Member Function Documentation

◆ accountNames()

Q_INVOKABLE QStringList Quotient::AccountSettingsGroup::accountNames ( ) const

Obtain the list of child groups from the current or, if missing, legacy settings.

Note
Slashes in account names will be automatically unescaped
See also
AccountSettings

◆ asRange()

auto Quotient::AccountSettingsGroup::asRange ( ) const
inline

Definition at line 141 of file settings.h.

◆ name()

static auto Quotient::AccountSettingsGroup::name ( )
inlinestatic

Definition at line 137 of file settings.h.


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