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

#include <MatrixCommand.h>

Inheritance diagram for MatrixDeleteColsCommand:

Public Member Functions

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

Private Attributes

int d_count
 
double * d_data
 
MatrixModeld_model
 
int d_start_col
 

Constructor & Destructor Documentation

§ MatrixDeleteColsCommand()

MatrixDeleteColsCommand::MatrixDeleteColsCommand ( MatrixModel model,
int  startCol,
int  count,
double *  data,
const QString &  text 
)

References MatrixModel::matrix().

§ ~MatrixDeleteColsCommand()

MatrixDeleteColsCommand::~MatrixDeleteColsCommand ( )
inline

Member Function Documentation

§ redo()

void MatrixDeleteColsCommand::redo ( )
virtual

§ undo()

void MatrixDeleteColsCommand::undo ( )
virtual

Member Data Documentation

§ d_count

int MatrixDeleteColsCommand::d_count
private

Referenced by redo(), and undo().

§ d_data

double* MatrixDeleteColsCommand::d_data
private

Referenced by undo().

§ d_model

MatrixModel* MatrixDeleteColsCommand::d_model
private

Referenced by redo(), and undo().

§ d_start_col

int MatrixDeleteColsCommand::d_start_col
private

Referenced by redo(), and undo().


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