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

Public Methods | |
CalendarSyncee () | |
~CalendarSyncee () | |
CalendarSyncEntry * | firstEntry () |
CalendarSyncEntry * | nextEntry () |
void | addEntry (KSyncEntry *) |
void | removeEntry (KSyncEntry *) |
bool | read () |
bool | write () |
Detailed Description
This class provides an implementation of the @KSyncee interface for KSync.It provides syncing of iCalendar files.
Definition at line 51 of file calendarsyncee.h.
Member Function Documentation
|
Return the first KSyncEntry object of the data set. This function together with nextEntry() is used to iterate through all entries of a KSyncee data set. Implements KSyncee. Definition at line 85 of file calendarsyncee.cpp. |
|
Return the next KSyncEntry object of the data set. This function together with firstEntry() is used to iterate through all entries of a KSyncee data set. Implements KSyncee. Definition at line 92 of file calendarsyncee.cpp. |
|
Add a KSyncEntry object to this data set. Ownership of the object remains with the caller. Implements KSyncee. Definition at line 106 of file calendarsyncee.cpp. |
|
Remove a KSyncEntry. The entry is removed from the data set, but the object is not deleted. Implements KSyncee. Definition at line 127 of file calendarsyncee.cpp. |
|
Read the data set from disk from the file with the name filename(). This function has to be reimplemented by concrete subclasses to provide the actual reading from disk.
Implements KSyncee. Definition at line 73 of file calendarsyncee.cpp. References KSyncee::filename(). |
|
Write the data set to disk to the file with the name filename(). This function has to be reimplemented by concrete subclasses to provide the actual writing to disk.
Implements KSyncee. Definition at line 79 of file calendarsyncee.cpp. References KSyncee::filename(). |
The documentation for this class was generated from the following files: