#include <matrixcommands.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
| MatrixRemoveRowsCmd::MatrixRemoveRowsCmd |
( |
future::Matrix::Private * |
private_obj, |
|
|
int |
first, |
|
|
int |
count, |
|
|
QUndoCommand * |
parent = 0 |
|
) |
| |
| MatrixRemoveRowsCmd::~MatrixRemoveRowsCmd |
( |
| ) |
|
Member Function Documentation
| void MatrixRemoveRowsCmd::redo |
( |
| ) |
|
|
virtual |
| void MatrixRemoveRowsCmd::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
| QVector< QVector<qreal> > MatrixRemoveRowsCmd::d_backups |
|
private |
Backups of the removed rows.
Referenced by redo(), and undo().
| int MatrixRemoveRowsCmd::d_count |
|
private |
| int MatrixRemoveRowsCmd::d_first |
|
private |
The documentation for this class was generated from the following files: