QtiPlot 0.9.7.3
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

Referenced by redo(), and undo().

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

Referenced by redo(), and undo().

Referenced by redo(), and undo().


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