edbee - Qt Editor Library
|
The Duplicate command. Duplicates the selected line or text. More...
#include <duplicatecommand.h>
Public Member Functions | |
virtual void | execute (TextEditorController *controller) |
Executes the duplication command. More... | |
virtual QString | toString () |
Returns the textual representation of this command. More... | |
Public Member Functions inherited from edbee::TextEditorCommand | |
TextEditorCommand () | |
The default constructor. More... | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. More... | |
The Duplicate command. Duplicates the selected line or text.
|
virtual |
Executes the duplication command.
controller | the active controller |
Implements edbee::TextEditorCommand.
|
virtual |
Returns the textual representation of this command.
Implements edbee::TextEditorCommand.