|
accounts-qt
0.31
|
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< 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 it's a default value in the service template, or whether it's unset. More... | |
| enum | ErrorCode { Database = 0, Disposed, Deleted } |
| typedef quint64 Accounts::AccountId |
| typedef QList<AccountId> Accounts::AccountIdList |
| typedef QList<Provider*> Accounts::ProviderList |
Definition at line 43 of file provider.h.
| typedef QList<Service*> Accounts::ServiceList |
| enum Accounts::ErrorCode |