QtiPlot
0.9.8.2
|
#include <MatrixCommand.h>
Public Member Functions | |
MatrixInsertColCommand (MatrixModel *model, int startCol, const QString &text) | |
virtual void | redo () |
virtual void | undo () |
Private Attributes | |
MatrixModel * | d_model |
int | d_start_col |
MatrixInsertColCommand::MatrixInsertColCommand | ( | MatrixModel * | model, |
int | startCol, | ||
const QString & | text | ||
) |
References MatrixModel::matrix().
void MatrixInsertColCommand::redo | ( | ) | [virtual] |
References d_model, d_start_col, and MatrixModel::insertColumns().
void MatrixInsertColCommand::undo | ( | ) | [virtual] |
References d_model, d_start_col, and MatrixModel::removeColumns().
MatrixModel* MatrixInsertColCommand::d_model [private] |
int MatrixInsertColCommand::d_start_col [private] |