KTextEditor::ClipboardInterface Class Referenceabstract
#include <clipboardinterface.h>
Public Member Functions | |
unsigned int | clipboardInterfaceNumber () const |
virtual void | copy () const =0 |
virtual void | cut ()=0 |
virtual void | paste ()=0 |
Protected Member Functions | |
void | setClipboardInterfaceDCOPSuffix (const TQCString &suffix) |
Friends | |
class | PrivateClipboardInterface |
Detailed Description
This is an interface for accessing the clipboard through the View class.
Definition at line 32 of file clipboardinterface.h.
Member Function Documentation
◆ copy()
|
pure virtual |
slots !!!
copies selected text
◆ cut()
|
pure virtual |
copies selected text
◆ paste()
|
pure virtual |
copies selected text
The documentation for this class was generated from the following files: