QtiPlot  0.9.8.2
Public Member Functions | Protected Attributes | List of all members
MatrixSmoothCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixSmoothCommand:

Public Member Functions

 MatrixSmoothCommand (MatrixModel *model, double *data, const QString &text)
 
virtual void redo ()
 
virtual void undo ()
 
 ~MatrixSmoothCommand ()
 

Protected Attributes

double * d_backup
 
MatrixModeld_model
 

Constructor & Destructor Documentation

MatrixSmoothCommand::MatrixSmoothCommand ( MatrixModel model,
double *  data,
const QString &  text 
)

References MatrixModel::matrix().

MatrixSmoothCommand::~MatrixSmoothCommand ( )
inline

Member Function Documentation

void MatrixSmoothCommand::redo ( )
virtual
void MatrixSmoothCommand::undo ( )
virtual

Member Data Documentation

double* MatrixSmoothCommand::d_backup
protected

Referenced by undo().

MatrixModel* MatrixSmoothCommand::d_model
protected

Referenced by redo(), and undo().


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