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