edbee - Qt Editor Library
|
Performs a cut command. The cut command removes the selected content and places onto the clipboard. More...
#include <cutcommand.h>
Public Member Functions | |
virtual void | execute (TextEditorController *controller) |
Performs the cut command. More... | |
virtual QString | toString () |
Converts this command to a string. More... | |
Public Member Functions inherited from edbee::TextEditorCommand | |
TextEditorCommand () | |
The default constructor. More... | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. More... | |
Performs a cut command. The cut command removes the selected content and places onto the clipboard.
When pressing cut without selection, the full line is cut
|
virtual |
Performs the cut command.
controller | the controller context |
Implements edbee::TextEditorCommand.
|
virtual |
Converts this command to a string.
Implements edbee::TextEditorCommand.