kappdcopiface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef KAPPDCOP_INTERFACE_H
00021 #define KAPPDCOP_INTERFACE_H
00022
00023 #include <dcopobject.h>
00024 #include <qstringlist.h>
00025 #include <qcstring.h>
00026 #include <dcopref.h>
00027
00028 class KApplication;
00029
00036 class KAppDCOPInterface : virtual public DCOPObject
00037 {
00038 K_DCOP
00039
00040 public:
00046 KAppDCOPInterface( KApplication * theKapp );
00051 ~KAppDCOPInterface();
00052 k_dcop:
00056 void disableSessionManagement();
00057
00058 QCString startupId();
00059 QCString caption();
00060
00061 void quit();
00062
00063 void updateUserTimestamp( ulong time );
00064
00065 private:
00066 KApplication *m_KApplication;
00067 };
00068
00069 #endif
00070
00071
This file is part of the documentation for kdecore Library Version 3.3.2.