QtiPlot  0.9.8.2
Public Member Functions | Private Attributes
MatrixDeleteColsCommand Class Reference

#include <MatrixCommand.h>

List of all members.

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

References MatrixModel::matrix().

References d_data.


Member Function Documentation

void MatrixDeleteColsCommand::redo ( ) [virtual]
void MatrixDeleteColsCommand::undo ( ) [virtual]

Member Data Documentation

Referenced by redo(), and undo().

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

Referenced by redo(), and undo().

Referenced by redo(), and undo().


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