libkcal
KCal::QtopiaFormat Class Reference
#include <qtopiaformat.h>
Inheritance diagram for KCal::QtopiaFormat:

Detailed Description
This class implements the calendar format used by Qtopia.
Definition at line 36 of file qtopiaformat.h.
Public Member Functions | |
bool | load (Calendar *, const QString &fileName) |
bool | save (Calendar *, const QString &fileName) |
bool | fromString (Calendar *, const QString &) |
QString | toString (Calendar *) |
Member Function Documentation
|
Parse string and populate calendar with that information.
Implements KCal::CalFormat. Definition at line 307 of file qtopiaformat.cpp. |
|
loads a calendar on disk into the calendar associated with this format. Returns TRUE if successful,else returns FALSE.
Implements KCal::CalFormat. Definition at line 268 of file qtopiaformat.cpp. |
|
writes out the calendar to disk. Returns true if successful and false on error.
Implements KCal::CalFormat. Definition at line 282 of file qtopiaformat.cpp. |
|
Return calendar information as string.
Implements KCal::CalFormat. Definition at line 313 of file qtopiaformat.cpp. |
The documentation for this class was generated from the following files: