kontact

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 <dcopobject.h>
00014 
00015 
00016 class KOrganizerIface_stub : virtual public DCOPStub
00017 {
00018 public:
00019     KOrganizerIface_stub( const QCString& app, const QCString& id );
00020     KOrganizerIface_stub( DCOPClient* client, const QCString& app, const QCString& id );
00021     explicit KOrganizerIface_stub( const DCOPRef& ref );
00022     virtual bool openURL( const QString& url );
00023     virtual bool mergeURL( const QString& url );
00024     virtual void closeURL();
00025     virtual bool saveURL();
00026     virtual bool saveAsURL( const QString& url );
00027     virtual QString getCurrentURLasString();
00028     virtual bool editIncidence( const QString& uid );
00029     virtual bool deleteIncidence( const QString& uid );
00030     virtual bool deleteIncidence( const QString& uid, bool force );
00031     virtual bool addIncidence( const QString& iCal );
00032 protected:
00033     KOrganizerIface_stub() : DCOPStub( never_use ) {};
00034 };
00035 
00036 
00037 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys