accounts-qt 0.31
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  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 quint64 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 it's a default value in the service template, or whether it's unset. More...
enum  ErrorCode { Database = 0, Disposed, Deleted }

Typedef Documentation

typedef quint64 Accounts::AccountId

Definition at line 49 of file account.h.

Definition at line 50 of file account.h.

Definition at line 43 of file provider.h.

typedef QList<Service*> Accounts::ServiceList

Definition at line 43 of file service.h.


Enumeration Type Documentation

Enumerator:
Database 
Disposed 
Deleted 

Definition at line 64 of file account.h.

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.

Enumerator:
NONE 
ACCOUNT 
TEMPLATE 

Definition at line 57 of file account.h.