QtiPlot
0.9.8.2
|
#include <MatrixCommand.h>
Public Member Functions | |
MatrixResampleCommand (MatrixModel *model, const QSize &oldSize, const QSize &newSize, int method, double *data, const QString &text) | |
virtual void | redo () |
![]() | |
MatrixSetSizeCommand (MatrixModel *model, const QSize &oldSize, const QSize &newSize, double *data, const QString &text) | |
virtual void | undo () |
~MatrixSetSizeCommand () | |
Private Attributes | |
int | d_method |
Additional Inherited Members | |
![]() | |
double * | d_backup |
MatrixModel * | d_model |
QSize | d_new_size |
QSize | d_old_size |
MatrixResampleCommand::MatrixResampleCommand | ( | MatrixModel * | model, |
const QSize & | oldSize, | ||
const QSize & | newSize, | ||
int | method, | ||
double * | data, | ||
const QString & | text | ||
) |
References MatrixModel::matrix().
|
virtual |
Reimplemented from MatrixSetSizeCommand.
References d_method, MatrixSetSizeCommand::d_model, MatrixSetSizeCommand::d_new_size, and MatrixModel::resample().
Referenced by Matrix::resample().
|
private |
Referenced by redo().