QtiPlot 0.9.8.2
Public Member Functions | Protected Attributes
MatrixSetSizeCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixSetSizeCommand:
MatrixResampleCommand

List of all members.

Public Member Functions

 MatrixSetSizeCommand (MatrixModel *model, const QSize &oldSize, const QSize &newSize, double *data, const QString &text)
virtual void redo ()
virtual void undo ()
 ~MatrixSetSizeCommand ()

Protected Attributes

double * d_backup
MatrixModeld_model
QSize d_new_size
QSize d_old_size

Constructor & Destructor Documentation

MatrixSetSizeCommand::MatrixSetSizeCommand ( MatrixModel model,
const QSize &  oldSize,
const QSize &  newSize,
double *  data,
const QString &  text 
)

References MatrixModel::matrix().

MatrixSetSizeCommand::~MatrixSetSizeCommand ( ) [inline]

References d_backup.


Member Function Documentation

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

Member Data Documentation

double* MatrixSetSizeCommand::d_backup [protected]

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

Referenced by undo().


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