MatrixUndoCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixUndoCommand:

MatrixFftCommand MatrixImportAsciiCommand MatrixSetImageCommand

List of all members.

Public Member Functions

 MatrixUndoCommand (MatrixModel *model, Matrix::Operation op, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text)
virtual void redo ()
virtual void undo ()
 ~MatrixUndoCommand ()

Protected Attributes

double * d_data
int d_end_col
int d_end_row
MatrixModeld_model
Matrix::Operation d_operation
int d_start_col
int d_start_row


Constructor & Destructor Documentation

MatrixUndoCommand::MatrixUndoCommand ( MatrixModel model,
Matrix::Operation  op,
int  startRow,
int  endRow,
int  startCol,
int  endCol,
double *  data,
const QString &  text 
)

References MatrixModel::matrix().

MatrixUndoCommand::~MatrixUndoCommand (  )  [inline]

References d_data.


Member Function Documentation

void MatrixUndoCommand::redo (  )  [virtual]

void MatrixUndoCommand::undo (  )  [virtual]


Member Data Documentation

double* MatrixUndoCommand::d_data [protected]

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

Referenced by redo().


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

Generated on Tue Jun 17 08:36:16 2008 for QtiPlot by  doxygen 1.5.5