#include <matrixcommands.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
MatrixSetCoordinatesCmd::MatrixSetCoordinatesCmd |
( |
future::Matrix::Private * |
private_obj, |
|
|
double |
x1, |
|
|
double |
x2, |
|
|
double |
y1, |
|
|
double |
y2, |
|
|
QUndoCommand * |
parent = 0 |
|
) |
| |
MatrixSetCoordinatesCmd::~MatrixSetCoordinatesCmd |
( |
| ) |
|
Member Function Documentation
void MatrixSetCoordinatesCmd::redo |
( |
| ) |
|
|
virtual |
References d_new_x1, d_new_x2, d_new_y1, d_new_y2, d_old_x1, d_old_x2, d_old_y1, d_old_y2, d_private_obj, future::Matrix::Private::setXEnd(), future::Matrix::Private::setXStart(), future::Matrix::Private::setYEnd(), future::Matrix::Private::setYStart(), future::Matrix::Private::xEnd(), future::Matrix::Private::xStart(), future::Matrix::Private::yEnd(), and future::Matrix::Private::yStart().
void MatrixSetCoordinatesCmd::undo |
( |
| ) |
|
|
virtual |
Member Data Documentation
double MatrixSetCoordinatesCmd::d_new_x1 |
|
private |
double MatrixSetCoordinatesCmd::d_new_x2 |
|
private |
double MatrixSetCoordinatesCmd::d_new_y1 |
|
private |
double MatrixSetCoordinatesCmd::d_new_y2 |
|
private |
double MatrixSetCoordinatesCmd::d_old_x1 |
|
private |
double MatrixSetCoordinatesCmd::d_old_x2 |
|
private |
double MatrixSetCoordinatesCmd::d_old_y1 |
|
private |
double MatrixSetCoordinatesCmd::d_old_y2 |
|
private |
The documentation for this class was generated from the following files: