korganizeriface_stub.h
00001
00002
00003
00004
00005
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( QString url );
00023 virtual bool mergeURL( QString url );
00024 virtual void closeURL();
00025 virtual bool saveURL();
00026 virtual bool saveAsURL( QString url );
00027 virtual QString getCurrentURLasString();
00028 virtual bool editIncidence( QString uid );
00029 virtual bool deleteEvent( QString uid );
00030 protected:
00031 KOrganizerIface_stub() : DCOPStub( never_use ) {};
00032 };
00033
00034
00035 #endif
This file is part of the documentation for kmail Library Version 3.3.2.