|
accounts-qt
0.31
|
#include <QObject>#include <QSettings>#include <QStringList>#include "Accounts/accountscommon.h"#include "Accounts/service.h"

Go to the source code of this file.
Classes | |
| class | Accounts::Watch |
| Monitors an account key or group of keys. More... | |
| class | Accounts::Account |
| The Account class provides an interface to account settings. More... | |
Namespaces | |
| namespace | Accounts |
Macros | |
| #define | ACCOUNTS_KEY_CREDENTIALS_ID QLatin1String("CredentialsId") |
Typedefs | |
| typedef struct _AgAccount | AgAccount |
| typedef struct _AgAccountWatch * | AgAccountWatch |
| typedef quint64 | Accounts::AccountId |
| typedef QList< AccountId > | Accounts::AccountIdList |
Enumerations | |
| enum | Accounts::SettingSource { Accounts::NONE, Accounts::ACCOUNT, Accounts::TEMPLATE } |
| Tells the origin of an account setting: whether it was set on the account, or it's a default value in the service template, or whether it's unset. More... | |
| enum | Accounts::ErrorCode { Accounts::Database = 0, Accounts::Disposed, Accounts::Deleted } |
| #define ACCOUNTS_KEY_CREDENTIALS_ID QLatin1String("CredentialsId") |
Definition at line 35 of file account.h.
Referenced by Accounts::Account::credentialsId(), and Accounts::Account::setCredentialsId().
| typedef struct _AgAccountWatch* AgAccountWatch |