#include <matrixcommands.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
MatrixSetCellValueCmd::MatrixSetCellValueCmd |
( |
future::Matrix::Private * |
private_obj, |
|
|
int |
row, |
|
|
int |
col, |
|
|
double |
value, |
|
|
QUndoCommand * |
parent = 0 |
|
) |
| |
MatrixSetCellValueCmd::~MatrixSetCellValueCmd |
( |
| ) |
|
Member Function Documentation
void MatrixSetCellValueCmd::redo |
( |
| ) |
|
|
virtual |
void MatrixSetCellValueCmd::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
int MatrixSetCellValueCmd::d_col |
|
private |
double MatrixSetCellValueCmd::d_old_value |
|
private |
Backup of the changed value.
Referenced by redo(), and undo().
int MatrixSetCellValueCmd::d_row |
|
private |
double MatrixSetCellValueCmd::d_value |
|
private |
New cell value.
Referenced by redo().
The documentation for this class was generated from the following files: