KCal::QtopiaFormat Class Reference
This class implements the calendar format used by Qtopia. More...
#include <qtopiaformat.h>
Inherits KCal::CalFormat.
Public Member Functions
- bool load (Calendar *, const QString &fileName)
- bool save (Calendar *, const QString &fileName)
- bool fromString (Calendar *, const QString &)
- QString toString (Calendar *)
Detailed Description
This class implements the calendar format used by Qtopia.
Member Function Documentation
|
loads a calendar on disk into the calendar associated with this format. Returns TRUE if successful,else returns FALSE.
Implements KCal::CalFormat. |
|
writes out the calendar to disk. Returns true if successful and false on error.
Implements KCal::CalFormat. |
|
Parse string and populate calendar with that information.
Implements KCal::CalFormat. |
|
Return calendar information as string.
Implements KCal::CalFormat. |
The documentation for this class was generated from the following files:
- qtopiaformat.h
- qtopiaformat.cpp