KSync::CalendarSyncee Class Reference
This class provides an implementation of the interface for KSync. More...
#include <calendarsyncee.h>
Inheritance diagram for KSync::CalendarSyncee:

Public Member Functions | |
CalendarSyncee (KCal::Calendar *) | |
QString | type () const |
void | reset () |
CalendarSyncEntry * | firstEntry () |
CalendarSyncEntry * | nextEntry () |
void | addEntry (SyncEntry *) |
void | removeEntry (SyncEntry *) |
SyncEntry::PtrList | added () |
SyncEntry::PtrList | modified () |
SyncEntry::PtrList | removed () |
Syncee * | clone () |
KCal::Calendar * | calendar () const |
bool | writeBackup (const QString &) |
bool | restoreBackup (const QString &) |
Detailed Description
This class provides an implementation of the interface for KSync.It provides syncing of iCalendar files.
Definition at line 56 of file calendarsyncee.h.
Member Function Documentation
|
The type of the Syncee.
Reimplemented from KSync::Syncee. Definition at line 62 of file calendarsyncee.h. |
|
Reset Syncee to initial state. This is called when the data the Syncee operates on is changed externally, i.e. without using the Syncees addEntry() removeEntry(), replaceEntry() methods. Reimplemented from KSync::Syncee. Definition at line 106 of file calendarsyncee.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 120 of file calendarsyncee.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 137 of file calendarsyncee.cpp. |
|
Add a SyncEntry object to this data set. Ownership of the object remains with the caller. Implements KSync::Syncee. Definition at line 168 of file calendarsyncee.cpp. |
|
Remove a SyncEntry. The entry is removed from the data set, but the object is not deleted. Implements KSync::Syncee. Definition at line 191 of file calendarsyncee.cpp. |
|
What was added?
Reimplemented from KSync::Syncee. Definition at line 74 of file calendarsyncee.h. |
|
What was modified?
Reimplemented from KSync::Syncee. Definition at line 75 of file calendarsyncee.h. |
|
What was removed?
Reimplemented from KSync::Syncee. Definition at line 76 of file calendarsyncee.h. |
The documentation for this class was generated from the following files: