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< AccountId > | AccountIdList |
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 quint32 Accounts::AccountId |
typedef QList<AccountId> Accounts::AccountIdList |
typedef QList<Provider*> Accounts::ProviderList |
Definition at line 47 of file provider.h.
typedef QList<Service*> Accounts::ServiceList |
enum Accounts::ErrorCode |