QtiPlot  0.9.8.2
Public Member Functions | Private Attributes | List of all members
MatrixFftCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixFftCommand:
MatrixUndoCommand

Public Member Functions

 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 ()
 

Private Attributes

bool d_inverse
 

Additional Inherited Members

- Protected Attributes inherited from MatrixUndoCommand
double * d_data
 
int d_end_col
 
int d_end_row
 
MatrixModeld_model
 
Matrix::Operation d_operation
 
int d_start_col
 
int d_start_row
 

Constructor & Destructor Documentation

§ MatrixFftCommand()

MatrixFftCommand::MatrixFftCommand ( bool  inverse,
MatrixModel model,
int  startRow,
int  endRow,
int  startCol,
int  endCol,
double *  data,
const QString &  text 
)

Member Function Documentation

§ redo()

void MatrixFftCommand::redo ( )
virtual

Member Data Documentation

§ d_inverse

bool MatrixFftCommand::d_inverse
private

Referenced by redo().


The documentation for this class was generated from the following files: