kitchensync Library API Documentation

KSync::BookmarkSyncee Class Reference

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

#include <bookmarksyncee.h>

Inheritance diagram for KSync::BookmarkSyncee:

Inheritance graph
[legend]
Collaboration diagram for KSync::BookmarkSyncee:

Collaboration graph
[legend]
List of all members.

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

QString KSync::BookmarkSyncee::type  )  const [inline, virtual]
 

The type of the Syncee.

Reimplemented from KSync::Syncee.

Definition at line 65 of file bookmarksyncee.h.

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.

Definition at line 128 of file bookmarksyncee.cpp.

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.

Definition at line 134 of file bookmarksyncee.cpp.

void BookmarkSyncee::addEntry SyncEntry  )  [virtual]
 

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.

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.

Definition at line 168 of file bookmarksyncee.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Aug 23 18:20:20 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003