#include <MatrixCommand.h>
MatrixSetCoordinatesCommand::MatrixSetCoordinatesCommand |
( |
Matrix * |
m, |
|
|
double |
oxs, |
|
|
double |
oxe, |
|
|
double |
oys, |
|
|
double |
oye, |
|
|
double |
nxs, |
|
|
double |
nxe, |
|
|
double |
nys, |
|
|
double |
nye, |
|
|
const QString & |
text |
|
) |
| |
void MatrixSetCoordinatesCommand::redo |
( |
) | |
|
|
virtual |
void MatrixSetCoordinatesCommand::undo |
( |
) | |
|
|
virtual |
Matrix* MatrixSetCoordinatesCommand::d_matrix |
|
private |
double MatrixSetCoordinatesCommand::d_new_xe |
|
private |
double MatrixSetCoordinatesCommand::d_new_xs |
|
private |
double MatrixSetCoordinatesCommand::d_new_ye |
|
private |
double MatrixSetCoordinatesCommand::d_new_ys |
|
private |
double MatrixSetCoordinatesCommand::d_old_xe |
|
private |
double MatrixSetCoordinatesCommand::d_old_xs |
|
private |
double MatrixSetCoordinatesCommand::d_old_ye |
|
private |
double MatrixSetCoordinatesCommand::d_old_ys |
|
private |
The documentation for this class was generated from the following files: