alarmguiiface_stub.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
#ifndef __ALARMGUIIFACE_STUB__
00010
#define __ALARMGUIIFACE_STUB__
00011
00012
#include <dcopstub.h>
00013
#include <dcopobject.h>
00014
#include <kalarmd/alarmdaemoniface.h>
00015
00016
00017
class AlarmGuiIface_stub :
virtual public DCOPStub
00018 {
00019
public:
00020 AlarmGuiIface_stub(
const QCString& app,
const QCString&
id );
00021 AlarmGuiIface_stub( DCOPClient* client,
const QCString& app,
const QCString&
id );
00022
explicit AlarmGuiIface_stub(
const DCOPRef& ref );
00023
virtual ASYNC alarmDaemonUpdate(
int alarmGuiChangeType,
const QString& calendarURL,
const QCString& appName );
00024
virtual ASYNC handleEvent(
const QString& calendarURL,
const QString& eventID );
00025
virtual ASYNC handleEvent(
const QString& iCalendarString );
00026
virtual ASYNC registered(
bool reregister,
bool success );
00027
protected:
00028 AlarmGuiIface_stub() : DCOPStub( never_use ) {};
00029 };
00030
00031
00032
#endif
This file is part of the documentation for kalarmd Library Version 3.3.0.