KSync::BookmarkSyncee Class Reference
This class provides an implementation of the Syncee interface for libksync. More...
#include <bookmarksyncee.h>
Inheritance diagram for KSync::BookmarkSyncee:


Public Member Functions | |
BookmarkSyncee (KBookmarkManager *) | |
QString | type () const |
BookmarkSyncEntry * | firstEntry () |
BookmarkSyncEntry * | nextEntry () |
void | addEntry (SyncEntry *) |
void | removeEntry (SyncEntry *) |
bool | writeBackup (const QString &) |
bool | restoreBackup (const QString &) |
Detailed Description
This class provides an implementation of the Syncee interface for libksync.It provides syncing of bookmark files as used by Konqueror.
Definition at line 58 of file bookmarksyncee.h.
Member Function Documentation
|
The type of the Syncee.
Reimplemented from KSync::Syncee. Definition at line 65 of file bookmarksyncee.h. |
|
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 128 of file bookmarksyncee.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 134 of file bookmarksyncee.cpp. |
|
Add a SyncEntry object to this data set. Ownership of the object remains with the caller. Implements KSync::Syncee. Definition at line 154 of file bookmarksyncee.cpp. |
|
Remove a SyncEntry. The entry is removed from the data set, but the object is not deleted. Implements KSync::Syncee. Definition at line 168 of file bookmarksyncee.cpp. |
The documentation for this class was generated from the following files: