#include <clipboarddcopinterface.h>
Inheritance diagram for KTextEditor::ClipboardDCOPInterface:

DCOP Methods | |
| void | copy () |
| void | cut () |
| void | paste () |
Public Methods | |
| ClipboardDCOPInterface (ClipboardInterface *Parent, const char *name) | |
| virtual | ~ClipboardDCOPInterface () |
This is the main interface to the ClipboardInterface of KTextEdit. This will provide a consistant dcop interface to all KDE applications that use it.
Definition at line 18 of file clipboarddcopinterface.h.
|
||||||||||||
|
Construct a new interface object for the text editor.
|
|
|
Destructor Cleans up the object. |
|
|
copies selected text |
|
|
cuts selected text |
|
|
pastes selected text |
1.2.18