#include <MatrixCommand.h>
|
| MatrixFftCommand (bool inverse, MatrixModel *model, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text) |
|
virtual void | redo () |
|
Public Member Functions inherited from MatrixUndoCommand |
| MatrixUndoCommand (MatrixModel *model, Matrix::Operation op, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text) |
|
virtual void | undo () |
|
| ~MatrixUndoCommand () |
|
◆ MatrixFftCommand()
MatrixFftCommand::MatrixFftCommand |
( |
bool |
inverse, |
|
|
MatrixModel * |
model, |
|
|
int |
startRow, |
|
|
int |
endRow, |
|
|
int |
startCol, |
|
|
int |
endCol, |
|
|
double * |
data, |
|
|
const QString & |
text |
|
) |
| |
◆ redo()
void MatrixFftCommand::redo |
( |
| ) |
|
|
virtual |
◆ d_inverse
bool MatrixFftCommand::d_inverse |
|
private |
The documentation for this class was generated from the following files: