Classes | Typedefs | Enumerations

Accounts Namespace Reference

Classes

class  Watch
 Monitors an account key or group of keys. More...
class  Account
 The Account class provides an interface to account settings. More...
class  Error
 Base object definition for accounts error handling. More...
class  Manager
 Manager of accounts, services and providers. More...
class  Provider
 Representation of an account provider. More...
class  ServiceType
 Representation of an account service type. More...
class  Service
 Representation of an account service. More...

Typedefs

typedef quint32 AccountId
typedef QList< AccountIdAccountIdList
typedef QList< Provider * > ProviderList
typedef QList< Service * > ServiceList

Enumerations

enum  SettingSource { NONE, ACCOUNT, 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  ErrorCode { Database = 0, Disposed, Deleted }

Typedef Documentation

typedef quint32 Accounts::AccountId

Definition at line 54 of file account.h.

Definition at line 55 of file account.h.

Definition at line 47 of file provider.h.

typedef QList<Service*> Accounts::ServiceList

Definition at line 47 of file service.h.


Enumeration Type Documentation

Enumerator:
Database 
Disposed 
Deleted 

Definition at line 69 of file account.h.

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.

Enumerator:
NONE 
ACCOUNT 
TEMPLATE 

Definition at line 62 of file account.h.