kitchensync
KSync::KonnectorUIDHelper Class Reference
List of all members.Detailed Description
Definition at line 36 of file idhelper.h.
Public Member Functions | |
| KonnectorUIDHelper (const QString &dir) | |
| ~KonnectorUIDHelper () | |
| QString | konnectorId (const QString &appName, const QString &kdeId, const QString &defaultId=QString::null) |
| QString | kdeId (const QString &appName, const QString &konnectorId, const QString &defaultId=QString::null) |
| void | addId (const QString &appName, const QString &konnectorId, const QString &kdeId) |
| void | replaceIds (const QString &appName, Kontainer::ValueList) |
| void | removeId (const QString &app, const QString &id) |
| void | clear () |
| void | save () |
Constructor & Destructor Documentation
| KonnectorUIDHelper::KonnectorUIDHelper | ( | const QString & | dir | ) |
c'tor
- Parameters:
-
dir The directory name where the relations between KDE and the Konnector UIDs are saved
Definition at line 30 of file idhelper.cpp.
Member Function Documentation
| QString KonnectorUIDHelper::konnectorId | ( | const QString & | appName, | |
| const QString & | kdeId, | |||
| const QString & | defaultId = QString::null | |||
| ) |
- Parameters:
-
appName The Application Name.
For example 'datebook'
- Parameters:
-
kdeId the UID assigned to in the KDE world defaultId in case of failure what should be returned
- Returns:
- returns a to the Konnector known uid
Definition at line 49 of file idhelper.cpp.
| QString KonnectorUIDHelper::kdeId | ( | const QString & | appName, | |
| const QString & | konnectorId, | |||
| const QString & | defaultId = QString::null | |||
| ) |
The documentation for this class was generated from the following files:

