KSync::BookmarkSyncee Class Reference
This class provides an implementation of the Syncee interface for libksync. More...
#include <bookmarksyncee.h>
Inherits KSync::Syncee.
Public Member Functions
- BookmarkSyncee (Merger *m=0)
- BookmarkSyncee (KBookmarkManager *, Merger *m=0)
- 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.
Member Function Documentation
|
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. |
|
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. |
|
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. |
|
Remove a SyncEntry. The entry is removed from the data set, but the object is not deleted. Implements KSync::Syncee. |
The documentation for this class was generated from the following files:
- bookmarksyncee.h
- bookmarksyncee.cpp