QtiPlot  0.9.8.2
Public Member Functions | Private Attributes | List of all members
MatrixDeleteRowsCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixDeleteRowsCommand:

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::MatrixDeleteRowsCommand ( MatrixModel model,
int  startRow,
int  count,
double *  data,
const QString &  text 
)

References MatrixModel::matrix().

§ ~MatrixDeleteRowsCommand()

MatrixDeleteRowsCommand::~MatrixDeleteRowsCommand ( )
inline

Member Function Documentation

§ redo()

void MatrixDeleteRowsCommand::redo ( )
virtual

§ undo()

void MatrixDeleteRowsCommand::undo ( )
virtual

Member Data Documentation

§ d_count

int MatrixDeleteRowsCommand::d_count
private

Referenced by redo(), and undo().

§ d_data

double* MatrixDeleteRowsCommand::d_data
private

Referenced by undo().

§ d_model

MatrixModel* MatrixDeleteRowsCommand::d_model
private

Referenced by redo(), and undo().

§ d_start_row

int MatrixDeleteRowsCommand::d_start_row
private

Referenced by redo(), and undo().


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