QtiPlot  0.9.8.2
Public Member Functions | Protected Attributes | List of all members
MatrixSetSizeCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixSetSizeCommand:
MatrixResampleCommand

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

Member Function Documentation

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

Member Data Documentation

double* MatrixSetSizeCommand::d_backup
protected

Referenced by undo().

MatrixModel* MatrixSetSizeCommand::d_model
protected
QSize MatrixSetSizeCommand::d_new_size
protected
QSize MatrixSetSizeCommand::d_old_size
protected

Referenced by undo().


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