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

Public Member Functions | |
| FormulaCommandReplaceRow (FormulaData *data, FormulaCursor oldPosition, TableElement *table, int number, int oldlength, int newlength) | |
| ~FormulaCommandReplaceRow () | |
| void | redo () |
| void | undo () |
Detailed Description
Definition at line 152 of file FormulaCommand.h.
Constructor & Destructor Documentation
| FormulaCommandReplaceRow::FormulaCommandReplaceRow | ( | FormulaData * | data, | |
| FormulaCursor | oldPosition, | |||
| TableElement * | table, | |||
| int | number, | |||
| int | oldlength, | |||
| int | newlength | |||
| ) |
Definition at line 210 of file FormulaCommand.cpp.
| FormulaCommandReplaceRow::~FormulaCommandReplaceRow | ( | ) |
Definition at line 251 of file FormulaCommand.cpp.
Member Function Documentation
| void FormulaCommandReplaceRow::redo | ( | ) |
Execute the command.
Reimplemented from QUndoCommand.
Definition at line 264 of file FormulaCommand.cpp.
| void FormulaCommandReplaceRow::undo | ( | ) |
Revert the actions done in redo().
Reimplemented from QUndoCommand.
Definition at line 278 of file FormulaCommand.cpp.
The documentation for this class was generated from the following files:
