• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

interfaces

clipboarddcopinterface.h

Go to the documentation of this file.
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 
00009 namespace KTextEditor
00010 {
00011     class ClipboardInterface;
00018     class KTEXTEDITOR_EXPORT ClipboardDCOPInterface : virtual public DCOPObject
00019     {
00020     K_DCOP
00021 
00022     public:
00029         ClipboardDCOPInterface( ClipboardInterface *Parent, const char *name );
00034         virtual ~ClipboardDCOPInterface();
00035     k_dcop:
00039     void copy ( );
00043     void cut ( );
00047     void paste ( );
00048     private:
00049         ClipboardInterface *m_parent;
00050     };
00051 }
00052 #endif
00053 
00054 

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal