kitchensync
KSync::ProfileManager Class Reference
#include <profilemanager.h>
List of all members.
Detailed Description
ProfileManager keeps track of the Profiles It allows you to retrieve and set the current.
remove and add new/old Profiles Load and Save from KConfig
Definition at line 38 of file profilemanager.h.
Constructor & Destructor Documentation
ProfileManager::ProfileManager |
( |
|
) |
|
KSync::ProfileManager::ProfileManager |
( |
const Profile::List & |
list |
) |
|
Constructs a profile manager from a Profile List.
ProfileManager::~ProfileManager |
( |
|
) |
|
Member Function Documentation
Profile ProfileManager::currentProfile |
( |
|
) |
const |
void ProfileManager::setCurrentProfile |
( |
const Profile & |
profile |
) |
|
void KSync::ProfileManager::setProfiles |
( |
const Profile::List & |
list |
) |
|
set the Manager to use a list of Profiles
Profile ProfileManager::byName |
( |
const QString & |
name |
) |
|
returns a profile list of of Profiles matching name
Definition at line 74 of file profilemanager.cpp.
int ProfileManager::count |
( |
|
) |
const |
void ProfileManager::load |
( |
|
) |
|
void ProfileManager::save |
( |
|
) |
|
void ProfileManager::addProfile |
( |
const Profile & |
|
) |
|
void ProfileManager::replaceProfile |
( |
const Profile & |
|
) |
|
void ProfileManager::removeProfile |
( |
const Profile & |
|
) |
|
The documentation for this class was generated from the following files: