#include <MatrixCommand.h>
Constructor & Destructor Documentation
MatrixUndoCommand::MatrixUndoCommand |
( |
MatrixModel * |
model, |
|
|
Matrix::Operation |
op, |
|
|
int |
startRow, |
|
|
int |
endRow, |
|
|
int |
startCol, |
|
|
int |
endCol, |
|
|
double * |
data, |
|
|
const QString & |
text |
|
) |
| |
MatrixUndoCommand::~MatrixUndoCommand |
( |
| ) |
|
|
inline |
Member Function Documentation
void MatrixUndoCommand::redo |
( |
| ) |
|
|
virtual |
Reimplemented in MatrixImportAsciiCommand, MatrixSetImageCommand, and MatrixFftCommand.
References Matrix::Calculate, MatrixModel::calculate(), Matrix::Clear, MatrixModel::clear(), d_end_col, d_end_row, d_model, d_operation, d_start_col, d_start_row, MatrixModel::matrix(), Matrix::MuParserCalculate, MatrixModel::muParserCalculate(), and Matrix::resetView().
void MatrixUndoCommand::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
double* MatrixUndoCommand::d_data |
|
protected |
int MatrixUndoCommand::d_end_col |
|
protected |
int MatrixUndoCommand::d_end_row |
|
protected |
int MatrixUndoCommand::d_start_col |
|
protected |
int MatrixUndoCommand::d_start_row |
|
protected |
The documentation for this class was generated from the following files: