#include <MatrixCommand.h>
Constructor & Destructor Documentation
MatrixDeleteColsCommand::MatrixDeleteColsCommand |
( |
MatrixModel * |
model, |
|
|
int |
startCol, |
|
|
int |
count, |
|
|
double * |
data, |
|
|
const QString & |
text |
|
) |
| |
MatrixDeleteColsCommand::~MatrixDeleteColsCommand |
( |
| ) |
|
|
inline |
Member Function Documentation
void MatrixDeleteColsCommand::redo |
( |
| ) |
|
|
virtual |
void MatrixDeleteColsCommand::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
int MatrixDeleteColsCommand::d_count |
|
private |
double* MatrixDeleteColsCommand::d_data |
|
private |
int MatrixDeleteColsCommand::d_start_col |
|
private |
The documentation for this class was generated from the following files: