edbee - Qt Editor Library
|
Executes a paste command This usually simply pastes the text at the given location. There are two special cases: More...
#include <pastecommand.h>
Public Member Functions | |
PasteCommand () | |
Default (blank) constructor. More... | |
virtual int | commandId () |
Returns the command id for coalescing this operation. More... | |
virtual void | execute (TextEditorController *controller) |
Execute the paste command. More... | |
virtual QString | toString () |
Converst the command to a string (for fetching the commandname) More... | |
Public Member Functions inherited from edbee::TextEditorCommand | |
TextEditorCommand () | |
The default constructor. More... | |
virtual | ~TextEditorCommand () |
A blank virtual destructor. More... | |
Executes a paste command This usually simply pastes the text at the given location. There are two special cases:
edbee::PasteCommand::PasteCommand | ( | ) |
Default (blank) constructor.
|
virtual |
Returns the command id for coalescing this operation.
|
virtual |
Execute the paste command.
controller | the controller context this operation is executed for |
Implements edbee::TextEditorCommand.
|
virtual |
Converst the command to a string (for fetching the commandname)
Implements edbee::TextEditorCommand.