edbee - Qt Editor Library
|
#include <findcommand.h>
Public Types | |
enum | FindType { UseSelectionForFind, FindNextMatch, FindPreviousMatch, SelectNextMatch, SelectPreviousMatch, SelectAllMatches, SelectUnderExpand, SelectAllUnder } |
Public Member Functions | |
FindCommand (FindType findType) | |
Constructs the find operation. More... | |
virtual void | execute (TextEditorController *controller) |
executes this command. What happens depends mainly on the FindType More... | |
virtual QString | toString () |
Converts this find command to a string This string describes the command (useful only for debugging purposes) More... | |
Public Member Functions inherited from edbee::TextEditorCommand | |
TextEditorCommand () | |
The default constructor. More... | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. More... | |
edbee::FindCommand::FindCommand | ( | FindType | findType | ) |
Constructs the find operation.
findType | the findtype to use |
|
virtual |
executes this command. What happens depends mainly on the FindType
controller | the controller used for executing |
Implements edbee::TextEditorCommand.
|
virtual |
Converts this find command to a string This string describes the command (useful only for debugging purposes)
Implements edbee::TextEditorCommand.