#include <MatrixCommand.h>
Public Member Functions | |
MatrixFftCommand (bool inverse, MatrixModel *model, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text) | |
virtual void | redo () |
Private Attributes | |
bool | d_inverse |
MatrixFftCommand::MatrixFftCommand | ( | bool | inverse, | |
MatrixModel * | model, | |||
int | startRow, | |||
int | endRow, | |||
int | startCol, | |||
int | endCol, | |||
double * | data, | |||
const QString & | text | |||
) |
void MatrixFftCommand::redo | ( | ) | [virtual] |
Reimplemented from MatrixUndoCommand.
References d_inverse, MatrixUndoCommand::d_model, and MatrixModel::fft().
bool MatrixFftCommand::d_inverse [private] |
Referenced by redo().