QtiPlot  0.9.8.2
Public Member Functions | Private Attributes
MatrixDeleteRowsCommand Class Reference

#include <MatrixCommand.h>

List of all members.

Public Member Functions

 MatrixDeleteRowsCommand (MatrixModel *model, int startRow, int count, double *data, const QString &text)
virtual void redo ()
virtual void undo ()
 ~MatrixDeleteRowsCommand ()

Private Attributes

int d_count
double * d_data
MatrixModeld_model
int d_start_row

Constructor & Destructor Documentation

MatrixDeleteRowsCommand::MatrixDeleteRowsCommand ( MatrixModel model,
int  startRow,
int  count,
double *  data,
const QString &  text 
)

References MatrixModel::matrix().

MatrixDeleteRowsCommand::~MatrixDeleteRowsCommand ( )
inline

References d_data.


Member Function Documentation

void MatrixDeleteRowsCommand::redo ( )
virtual
void MatrixDeleteRowsCommand::undo ( )
virtual

Member Data Documentation

int MatrixDeleteRowsCommand::d_count
private

Referenced by redo(), and undo().

double* MatrixDeleteRowsCommand::d_data
private

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

MatrixModel* MatrixDeleteRowsCommand::d_model
private

Referenced by redo(), and undo().

int MatrixDeleteRowsCommand::d_start_row
private

Referenced by redo(), and undo().


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