edbee - Qt Editor Library
|
#include <undocommand.h>
Public Member Functions | |
UndoCommand (bool soft=false) | |
virtual int | commandId () |
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::UndoCommand::UndoCommand | ( | bool | soft = false | ) |
|
inlinevirtual |
|
virtual |
This method should execute the given command.
Implements edbee::TextEditorCommand.
|
virtual |
should return the description of the command
Implements edbee::TextEditorCommand.