interfaces Library API Documentation

clipboarddcopinterface.h

00001 #ifndef Clipboard_DCOP_INTERFACE_H
00002 #define Clipboard_DCOP_INTERFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <qstringlist.h>
00007 #include <qcstring.h>
00008 //#include "editdcopinterface.moc"
00009 namespace KTextEditor
00010 {
00011     class ClipboardInterface;
00018     class ClipboardDCOPInterface : virtual public DCOPObject
00019     {
00020     K_DCOP
00021 
00022     public:
00028         ClipboardDCOPInterface( ClipboardInterface *Parent, const char *name );
00033         virtual ~ClipboardDCOPInterface();
00034     k_dcop:
00038     void copy ( );
00042     void cut ( );
00046     void paste ( );
00047     private:
00048         ClipboardInterface *m_parent;
00049     };
00050 };
00051 #endif
00052 
00053 
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:15 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001