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