#include <matrixcommands.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
| MatrixClearColumnCmd::MatrixClearColumnCmd |
( |
future::Matrix::Private * |
private_obj, |
|
|
int |
col, |
|
|
QUndoCommand * |
parent = 0 |
|
) |
| |
| MatrixClearColumnCmd::~MatrixClearColumnCmd |
( |
| ) |
|
Member Function Documentation
| void MatrixClearColumnCmd::redo |
( |
| ) |
|
|
virtual |
| void MatrixClearColumnCmd::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
| QVector<qreal> MatrixClearColumnCmd::d_backup |
|
private |
Backup of the cleared column.
Referenced by redo(), and undo().
| int MatrixClearColumnCmd::d_col |
|
private |
The documentation for this class was generated from the following files: