QtiPlot 0.9.8.2
|
#include <MatrixCommand.h>
Public Member Functions | |
MatrixSetCoordinatesCommand (Matrix *, double, double, double, double, double, double, double, double, const QString &) | |
virtual void | redo () |
virtual void | undo () |
Private Attributes | |
Matrix * | d_matrix |
double | d_new_xe |
double | d_new_xs |
double | d_new_ye |
double | d_new_ys |
double | d_old_xe |
double | d_old_xs |
double | d_old_ye |
double | d_old_ys |
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] |
Referenced by redo().
double MatrixSetCoordinatesCommand::d_new_xs [private] |
Referenced by redo().
double MatrixSetCoordinatesCommand::d_new_ye [private] |
Referenced by redo().
double MatrixSetCoordinatesCommand::d_new_ys [private] |
Referenced by redo().
double MatrixSetCoordinatesCommand::d_old_xe [private] |
Referenced by undo().
double MatrixSetCoordinatesCommand::d_old_xs [private] |
Referenced by undo().
double MatrixSetCoordinatesCommand::d_old_ye [private] |
Referenced by undo().
double MatrixSetCoordinatesCommand::d_old_ys [private] |
Referenced by undo().