QtiPlot 0.9.8.2
Public Member Functions | Protected Attributes
MatrixSmoothCommand Class Reference

#include <MatrixCommand.h>

List of all members.

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]

References d_backup.


Member Function Documentation

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

Member Data Documentation

double* MatrixSmoothCommand::d_backup [protected]

Referenced by undo(), and ~MatrixSmoothCommand().

Referenced by redo(), and undo().


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