KDE PIM / Developers / API Docs / kitchensync

KSync::BookmarkSyncee Class Reference

This class provides an implementation of the Syncee interface for libksync. More...

#include <bookmarksyncee.h>

Inherits KSync::Syncee.

List of all members.

Public Member Functions


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

BookmarkSyncEntry * BookmarkSyncee::firstEntry  )  [virtual]
 

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.

BookmarkSyncEntry * BookmarkSyncee::nextEntry  )  [virtual]
 

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.

void BookmarkSyncee::addEntry SyncEntry  )  [virtual]
 

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.

See also:
KSync::SyncEntry::clone

Implements KSync::Syncee.

void BookmarkSyncee::removeEntry SyncEntry  )  [virtual]
 

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: