moves More...
#include <movelinecommand.h>
Public Member Functions | |
MoveLineCommand (int direction) | |
virtual | ~MoveLineCommand () |
virtual void | execute (TextEditorController *controller) override |
This method should execute the given command. | |
virtual QString | toString () override |
should return the description of the command | |
![]() | |
TextEditorCommand () | |
The default constructor. | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. | |
virtual bool | readonly () |
Tis method should return true if it's executable in readonly mode. | |
moves
edbee::MoveLineCommand::MoveLineCommand | ( | int | direction | ) |
|
virtual |
|
overridevirtual |
This method should execute the given command.
Implements edbee::TextEditorCommand.
|
overridevirtual |
should return the description of the command
Implements edbee::TextEditorCommand.