#include <MatrixCommand.h>
§ MatrixUndoCommand()
MatrixUndoCommand::MatrixUndoCommand |
( |
MatrixModel * |
model, |
|
|
Matrix::Operation |
op, |
|
|
int |
startRow, |
|
|
int |
endRow, |
|
|
int |
startCol, |
|
|
int |
endCol, |
|
|
double * |
data, |
|
|
const QString & |
text |
|
) |
| |
§ ~MatrixUndoCommand()
MatrixUndoCommand::~MatrixUndoCommand |
( |
| ) |
|
|
inline |
§ redo()
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().
§ undo()
void MatrixUndoCommand::undo |
( |
| ) |
|
|
virtual |
§ d_data
double* MatrixUndoCommand::d_data |
|
protected |
§ d_end_col
int MatrixUndoCommand::d_end_col |
|
protected |
§ d_end_row
int MatrixUndoCommand::d_end_row |
|
protected |
§ d_model
§ d_operation
§ d_start_col
int MatrixUndoCommand::d_start_col |
|
protected |
§ d_start_row
int MatrixUndoCommand::d_start_row |
|
protected |
The documentation for this class was generated from the following files: