virtual void execute(TextEditorController *controller)=0
This method should execute the given command.
virtual QString toString()=0
should return the description of the command
This is the abstract base class for a textcommand.
Definition: texteditorcommand.h:49
TextEditorCommand()
The default constructor.
Definition: texteditorcommand.cpp:14
The texteditor works via the controller. The controller is the central point/mediater which maps/cont...
Definition: texteditorcontroller.h:37
virtual ~TextEditorCommand()
A blank virtual destructor.
Definition: texteditorcommand.cpp:20