Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

dcopiface.h

Go to the documentation of this file.
00001 //
00002 // C++ Interface: dcopiface
00003 //
00004 // Description: 
00005 //
00006 //
00007 // Author: Bosselut Cyril <bosselut@b1project.com>, (C) 2004
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 
00013 #ifndef _DCOPIFACE_H_
00014 #define _DCOPIFACE_H_
00015 
00016 #include <dcopobject.h>
00017 
00018 class DCOPiface : virtual public DCOPObject
00019 {
00020 
00021   K_DCOP
00022   
00023 k_dcop:
00027     virtual void reloadConfig() = 0;
00031     virtual void LaunchCreator() = 0;
00035     virtual void Config() = 0;
00039     virtual void startNewKaramba() = 0;
00043     virtual void editConfig() = 0;
00047     virtual void toggleHide() = 0;
00051     virtual void slotMove(int nx=0, int ny=0) = 0;
00052     virtual void setActiveWin() = 0;
00053 };
00054 
00055 #endif // _DCOPIFACE_H_
00056 

Generated on Mon May 16 13:59:20 2005 for karamba by  doxygen 1.3.9.1