|
QCodeEdit 2.2
|

Public Member Functions | |
| QSnippetInsertionCommand (QEditor *e) | |
| void | addPlaceHolder (const QEditor::PlaceHolder &ph) |
| virtual void | addCommand (QDocumentCommand *c) |
| Add a command to the group. | |
| virtual void | removeCommand (QDocumentCommand *c) |
| Remove a command from the block. | |
| virtual void | redo () |
| Redo the command. | |
| virtual void | undo () |
| Undo the command. | |
| void QSnippetInsertionCommand::addCommand | ( | QDocumentCommand * | c | ) | [virtual] |
Add a command to the group.
Reimplemented from QDocumentCommandBlock.
References QDocumentCommand::setTargetCursor().
| void QSnippetInsertionCommand::removeCommand | ( | QDocumentCommand * | c | ) | [virtual] |
Remove a command from the block.
Reimplemented from QDocumentCommandBlock.
References QDocumentCommand::setTargetCursor().
1.7.4