kitchensync
KSync::OpieDesktopSyncee Class Reference
Inheritance diagram for KSync::OpieDesktopSyncee:

Detailed Description
Definition at line 75 of file opiedesktopsyncee.h.
Public Member Functions | |
OpieDesktopSyncee (Merger *m=0) | |
~OpieDesktopSyncee () | |
void | addEntry (SyncEntry *entry) |
void | removeEntry (SyncEntry *entry) |
SyncEntry * | firstEntry () |
SyncEntry * | nextEntry () |
bool | writeBackup (const QString &) |
bool | restoreBackup (const QString &) |
Constructor & Destructor Documentation
|
Syncee implementation.
Definition at line 126 of file opiedesktopsyncee.cpp. |
Member Function Documentation
|
Add a SyncEntry object to this data set. Ownership of the object is transfered and the SyncEntry now belongs to this Syncee. Use KSync::SyncEntry::clone() to create an exact copy of a KSync::SyncEntry.
Implements KSync::Syncee. Definition at line 137 of file opiedesktopsyncee.cpp. |
|
Return the first SyncEntry object of the data set. This function together with nextEntry() is used to iterate through all entries of a Syncee data set. Implements KSync::Syncee. Definition at line 158 of file opiedesktopsyncee.cpp. |
|
Return the next SyncEntry object of the data set. This function together with firstEntry() is used to iterate through all entries of a Syncee data set. Implements KSync::Syncee. Definition at line 163 of file opiedesktopsyncee.cpp. |
|
Remove a SyncEntry. The entry is removed from the data set, but the object is not deleted. Implements KSync::Syncee. Definition at line 147 of file opiedesktopsyncee.cpp. |
The documentation for this class was generated from the following files: