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

Public Member Functions | |
| FormulaCommandLoad (FormulaData *data, FormulaElement *newelement, QUndoCommand *parent=0) | |
| ~FormulaCommandLoad () | |
| void | redo () |
| void | undo () |
Detailed Description
Definition at line 134 of file FormulaCommand.h.
Constructor & Destructor Documentation
| FormulaCommandLoad::FormulaCommandLoad | ( | FormulaData * | data, | |
| FormulaElement * | newelement, | |||
| QUndoCommand * | parent = 0 | |||
| ) |
Definition at line 181 of file FormulaCommand.cpp.
| FormulaCommandLoad::~FormulaCommandLoad | ( | ) |
Definition at line 191 of file FormulaCommand.cpp.
Member Function Documentation
| void FormulaCommandLoad::redo | ( | ) |
Execute the command.
Reimplemented from QUndoCommand.
Definition at line 198 of file FormulaCommand.cpp.
| void FormulaCommandLoad::undo | ( | ) |
Revert the actions done in redo().
Reimplemented from QUndoCommand.
Definition at line 204 of file FormulaCommand.cpp.
The documentation for this class was generated from the following files:
