Classes | Namespaces | Defines | Typedefs | Enumerations

account.h File Reference

#include <QObject>
#include <QSettings>
#include <QStringList>
#include "Accounts/accountscommon.h"
#include "Accounts/error.h"
#include "Accounts/service.h"
Include dependency graph for account.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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 Documentation

typedef struct _AgAccount AgAccount

Definition at line 44 of file account.h.

typedef struct _AgAccountWatch* AgAccountWatch

Definition at line 45 of file account.h.