#include <QObject>
#include <QSettings>
#include <QStringList>
#include "Accounts/accountscommon.h"
#include "Accounts/error.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 |
Defines | |
#define | ACCOUNTS_KEY_CREDENTIALS_ID QLatin1String("CredentialsId") |
Copyright (C) 2009-2011 Nokia Corporation. | |
Typedefs | |
typedef struct _AgAccount | AgAccount |
typedef struct _AgAccountWatch * | AgAccountWatch |
typedef quint32 | 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 is it a default value in the service template, or whether it is unset. More... | |
enum | Accounts::ErrorCode { Accounts::Database = 0, Accounts::Disposed, Accounts::Deleted } |
#define ACCOUNTS_KEY_CREDENTIALS_ID QLatin1String("CredentialsId") |
Copyright (C) 2009-2011 Nokia Corporation.
LGPL
Definition at line 40 of file account.h.
Referenced by Accounts::Account::setCredentialsId().
typedef struct _AgAccountWatch* AgAccountWatch |