static const QString EDBEE_TEXT_TYPE
An internal mime-type, used for identifying special copy/paste operations of edbee.
Definition copycommand.h:21
virtual void execute(TextEditorController *controller) override
Copies the current selection to the clipboard.
Definition copycommand.cpp:23
virtual bool readonly() override
Tis method should return true if it's executable in readonly mode.
Definition copycommand.cpp:56
TextEditorCommand()
The default constructor.
Definition texteditorcommand.cpp:12
The texteditor works via the controller. The controller is the central point/mediator which maps/cont...
Definition texteditorcontroller.h:39