Helper Class towards Accounts::Manager and various SSO related operations.
More...
#include <AccountsHelper.h>
|
void | createProfileForAccount (Accounts::AccountId id) |
| This method is used to create profiles for a specified account.
|
|
void | slotAccountRemoved (Accounts::AccountId id) |
| slot for Accounts::Manager accountRemoved signal
|
|
void | slotSchedulerSettingsChanged (const char *aKey) |
|
|
void | enableSOC (const QString &aProfileName) |
|
void | scheduleUpdated (const QString &aProfileName) |
|
void | removeProfile (QString profileId) |
|
void | removeScheduledSync (const QString &profileId) |
|
Helper Class towards Accounts::Manager and various SSO related operations.
◆ AccountsHelper()
AccountsHelper::AccountsHelper |
( |
ProfileManager & |
aProfileManager, |
|
|
QObject * |
aParent = NULL |
|
) |
| |
Constructor.
- Parameters
-
aProfileManager | - reference to Profile Manager Object |
aParent | - Parent object |
◆ ~AccountsHelper()
AccountsHelper::~AccountsHelper |
( |
| ) |
|
|
virtual |
◆ createProfileForAccount
void AccountsHelper::createProfileForAccount |
( |
Accounts::AccountId |
id | ) |
|
|
slot |
This method is used to create profiles for a specified account.
- Parameters
-
◆ getProfilesByAccountId()
QList< SyncProfile * > AccountsHelper::getProfilesByAccountId |
( |
Accounts::AccountId |
id | ) |
|
Returns sync profiles that correspond to a given account ID.
- Parameters
-
- Returns
- A list of sync profiles. The caller should delete the profiles after use.
◆ slotAccountRemoved
void AccountsHelper::slotAccountRemoved |
( |
Accounts::AccountId |
id | ) |
|
|
slot |
slot for Accounts::Manager accountRemoved signal
- Parameters
-
The documentation for this class was generated from the following files: