edbee - Qt Editor Library
|
This command is used for copying data to the clipboard. More...
#include <copycommand.h>
Public Member Functions | |
virtual void | execute (TextEditorController *controller) |
Copies the current selection to the clipboard. More... | |
virtual QString | toString () |
Convers this command to string. More... | |
Public Member Functions inherited from edbee::TextEditorCommand | |
TextEditorCommand () | |
The default constructor. More... | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. More... | |
Static Public Attributes | |
static const QString | EDBEE_TEXT_TYPE |
An internal mime-type, used for identifying special copy/paste operations of edbee. More... | |
This command is used for copying data to the clipboard.
|
virtual |
Copies the current selection to the clipboard.
Implements edbee::TextEditorCommand.
|
virtual |
Convers this command to string.
Implements edbee::TextEditorCommand.
|
static |
An internal mime-type, used for identifying special copy/paste operations of edbee.