edbee - Qt Editor Library
|
#include <redocommand.h>
Public Member Functions | |
RedoCommand (bool soft=false) | |
virtual int | commandId () |
This method should return the command identifier. More... | |
virtual void | execute (TextEditorController *controller) |
This method should execute the given command. More... | |
virtual QString | toString () |
should return the description of the command More... | |
Public Member Functions inherited from edbee::TextEditorCommand | |
TextEditorCommand () | |
The default constructor. More... | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. More... | |
edbee::RedoCommand::RedoCommand | ( | bool | soft = false | ) |
|
inlinevirtual |
This method should return the command identifier.
|
virtual |
This method should execute the given command.
Implements edbee::TextEditorCommand.
|
virtual |
should return the description of the command
Implements edbee::TextEditorCommand.