virtual QString toString()=0
should return the description of the command
virtual void execute(TextEditorController *controller)=0
This method should execute the given command.
TextEditorCommand()
The default constructor.
Definition texteditorcommand.cpp:12
virtual bool readonly()
Tis method should return true if it's executable in readonly mode.
Definition texteditorcommand.cpp:23
The texteditor works via the controller. The controller is the central point/mediator which maps/cont...
Definition texteditorcontroller.h:39