#include <MatrixCommand.h>
Public Member Functions | |
| MatrixInsertRowCommand (MatrixModel *model, int startRow, const QString &text) | |
| virtual void | redo () |
| virtual void | undo () |
Private Attributes | |
| MatrixModel * | d_model |
| int | d_start_row |
| MatrixInsertRowCommand::MatrixInsertRowCommand | ( | MatrixModel * | model, | |
| int | startRow, | |||
| const QString & | text | |||
| ) |
References MatrixModel::matrix().
| void MatrixInsertRowCommand::redo | ( | ) | [virtual] |
References d_model, d_start_row, and MatrixModel::insertRows().
| void MatrixInsertRowCommand::undo | ( | ) | [virtual] |
References d_model, d_start_row, and MatrixModel::removeRows().
MatrixModel* MatrixInsertRowCommand::d_model [private] |
int MatrixInsertRowCommand::d_start_row [private] |
1.5.6