kformula/flake
FormulaCommandReplaceText Class Reference
#include <FormulaCommand.h>
Inheritance diagram for FormulaCommandReplaceText:

Public Member Functions | |
| FormulaCommandReplaceText (TokenElement *owner, int position, int length, const QString &added, QUndoCommand *parent=0) | |
| ~FormulaCommandReplaceText () | |
| void | redo () |
| void | undo () |
Detailed Description
Definition at line 67 of file FormulaCommand.h.
Constructor & Destructor Documentation
| FormulaCommandReplaceText::FormulaCommandReplaceText | ( | TokenElement * | owner, | |
| int | position, | |||
| int | length, | |||
| const QString & | added, | |||
| QUndoCommand * | parent = 0 | |||
| ) |
Definition at line 61 of file FormulaCommand.cpp.
| FormulaCommandReplaceText::~FormulaCommandReplaceText | ( | ) |
Definition at line 75 of file FormulaCommand.cpp.
Member Function Documentation
| void FormulaCommandReplaceText::redo | ( | ) |
Execute the command.
Reimplemented from QUndoCommand.
Definition at line 79 of file FormulaCommand.cpp.
| void FormulaCommandReplaceText::undo | ( | ) |
Revert the actions done in redo().
Reimplemented from QUndoCommand.
Definition at line 88 of file FormulaCommand.cpp.
The documentation for this class was generated from the following files:
