Undo/Redo action for setting calculations data.
More...
#include <FdCommandsResults.hpp>
Detailed Description
Undo/Redo action for setting calculations data.
The QUndoCommand manages data change for the calculation mCalculation at column mColumn. In order to be undoable/redoable, the old value is stored in mOldValue and the new one in mNewValue.
Definition at line 73 of file FdCommandsResults.hpp.
Constructor & Destructor Documentation
FdResultsSetData::FdResultsSetData |
( |
FdModelResults * |
results, |
|
|
FdItemResults_p |
calculation, |
|
|
ResultsColumn |
column, |
|
|
QVariant |
newValue |
|
) |
| |
Member Function Documentation
void FdResultsSetData::redo |
( |
| ) |
|
void FdResultsSetData::undo |
( |
| ) |
|
Member Data Documentation
FdItemResults_p FdResultsSetData::mCalculation |
|
private |
ResultsColumn FdResultsSetData::mColumn |
|
private |
QVariant FdResultsSetData::mNewValue |
|
private |
QVariant FdResultsSetData::mOldValue |
|
private |
The documentation for this class was generated from the following files: