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().
|
virtual |
References d_model, d_start_col, and MatrixModel::insertColumns().
|
virtual |
References d_model, d_start_col, and MatrixModel::removeColumns().
|
private |