QtiPlot
0.9.8.2
|
#include <MatrixCommand.h>
Public Member Functions | |
MatrixSmoothCommand (MatrixModel *model, double *data, const QString &text) | |
virtual void | redo () |
virtual void | undo () |
~MatrixSmoothCommand () | |
Protected Attributes | |
double * | d_backup |
MatrixModel * | d_model |
MatrixSmoothCommand::MatrixSmoothCommand | ( | MatrixModel * | model, |
double * | data, | ||
const QString & | text | ||
) |
References MatrixModel::matrix().
MatrixSmoothCommand::~MatrixSmoothCommand | ( | ) | [inline] |
References d_backup.
void MatrixSmoothCommand::redo | ( | ) | [virtual] |
References MatrixModel::canResize(), MatrixModel::columnCount(), d_model, MatrixModel::resample(), and MatrixModel::rowCount().
Referenced by Matrix::smooth().
void MatrixSmoothCommand::undo | ( | ) | [virtual] |
double* MatrixSmoothCommand::d_backup [protected] |
Referenced by undo(), and ~MatrixSmoothCommand().
MatrixModel* MatrixSmoothCommand::d_model [protected] |