|
|
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