qtopiaformat.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KCAL_QTOPIAFORMAT_H
00022 #define KCAL_QTOPIAFORMAT_H
00023
00024 #include <qstring.h>
00025
00026 #include "scheduler.h"
00027
00028 #include "calformat.h"
00029
00030 namespace KCal {
00031
00035 class QtopiaFormat : public CalFormat
00036 {
00037 public:
00038 QtopiaFormat();
00039 virtual ~QtopiaFormat();
00040
00041 bool load( Calendar *, const QString &fileName );
00042 bool save( Calendar *, const QString &fileName );
00043
00044 bool fromString( Calendar *, const QString & );
00045 QString toString( Calendar * );
00046
00047 private:
00048 class Private;
00049 Private *d;
00050 };
00051
00052 }
00053
00054 #endif
This file is part of the documentation for libkcal Library Version 3.2.2.