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().
|
inline |
References d_backup.
|
virtual |
References MatrixModel::canResize(), MatrixModel::columnCount(), d_model, MatrixModel::resample(), and MatrixModel::rowCount().
Referenced by Matrix::smooth().
|
virtual |
|
protected |
Referenced by undo(), and ~MatrixSmoothCommand().
|
protected |