kmail

korganizeriface_stub.h

00001 /****************************************************************************
00002 **
00003 ** DCOP Stub Definition created by dcopidl2cpp from korganizeriface.kidl
00004 **
00005 ** WARNING! All changes made in this file will be lost!
00006 **
00007 *****************************************************************************/
00008 
00009 #ifndef __KORGANIZERIFACE_STUB__
00010 #define __KORGANIZERIFACE_STUB__
00011 
00012 #include <dcopstub.h>
00013 #include <qdatetime.h>
00014 #include <dcopobject.h>
00015 
00016 
00017 class KOrganizerIface_stub : virtual public DCOPStub
00018 {
00019 public:
00020     KOrganizerIface_stub( const QCString& app, const QCString& id );
00021     KOrganizerIface_stub( DCOPClient* client, const QCString& app, const QCString& id );
00022     explicit KOrganizerIface_stub( const DCOPRef& ref );
00023     virtual bool openURL( const QString& url );
00024     virtual bool mergeURL( const QString& url );
00025     virtual void closeURL();
00026     virtual bool saveURL();
00027     virtual bool saveAsURL( const QString& url );
00028     virtual QString getCurrentURLasString();
00029     virtual bool editIncidence( const QString& uid );
00030     virtual bool editIncidence( const QString& uid, const QDate& date );
00031     virtual bool deleteIncidence( const QString& uid );
00032     virtual bool deleteIncidence( const QString& uid, bool force );
00033     virtual bool addIncidence( const QString& iCal );
00034     virtual void loadProfile( const QString& path );
00035     virtual void saveToProfile( const QString& path );
00036     virtual bool handleCommandLine();
00037 protected:
00038     KOrganizerIface_stub() : DCOPStub( never_use ) {}
00039 };
00040 
00041 
00042 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys