#include <MatrixCommand.h>
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 |
| MatrixModel * | d_model |
| int | d_start_col |
| MatrixDeleteColsCommand::MatrixDeleteColsCommand | ( | MatrixModel * | model, | |
| int | startCol, | |||
| int | count, | |||
| double * | data, | |||
| const QString & | text | |||
| ) |
References MatrixModel::matrix().
| MatrixDeleteColsCommand::~MatrixDeleteColsCommand | ( | ) | [inline] |
References d_data.
| void MatrixDeleteColsCommand::redo | ( | ) | [virtual] |
References d_count, d_model, d_start_col, and MatrixModel::removeColumns().
| void MatrixDeleteColsCommand::undo | ( | ) | [virtual] |
int MatrixDeleteColsCommand::d_count [private] |
double* MatrixDeleteColsCommand::d_data [private] |
Referenced by undo(), and ~MatrixDeleteColsCommand().
MatrixModel* MatrixDeleteColsCommand::d_model [private] |
int MatrixDeleteColsCommand::d_start_col [private] |
1.5.6