virtual QString toString()
Converts this find command to a string This string describes the command (useful only for debugging p...
Definition: findcommand.cpp:101
This is the abstract base class for a textcommand.
Definition: texteditorcommand.h:49
virtual void execute(TextEditorController *controller)
executes this command. What happens depends mainly on the FindType
Definition: findcommand.cpp:29
The texteditor works via the controller. The controller is the central point/mediater which maps/cont...
Definition: texteditorcontroller.h:37