class ClipboardDCOPInterface

DCOP interface to ClipboardInterface. More...

Full nameKTextEditor::ClipboardDCOPInterface
Definition#include <clipboarddcopinterface.h>
InheritsDCOPObject (dcop) [virtual public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This is the main interface to the ClipboardInterface of KTextEdit. This will provide a consistant dcop interface to all KDE applications that use it.

 ClipboardDCOPInterface ( ClipboardInterface *Parent, const char *name )

ClipboardDCOPInterface

Construct a new interface object for the text editor.

Parameters:
ParentClipboardInterface- The parent ClipboardInterface object that will provide us with the functions for the interface.

 ~ClipboardDCOPInterface ()

~ClipboardDCOPInterface

[virtual]

Destructor Cleans up the object.

void  copy ( )

copy

[k_dcop]

copies selected text

void  cut ( )

cut

[k_dcop]

cuts selected text

void  paste ( )

paste

[k_dcop]

pastes selected text