QtiPlot  0.9.8.2
Public Member Functions | Private Attributes | List of all members
MatrixSetCoordinatesCommand Class Reference

#include <MatrixCommand.h>

Inheritance diagram for MatrixSetCoordinatesCommand:

Public Member Functions

 MatrixSetCoordinatesCommand (Matrix *, double, double, double, double, double, double, double, double, const QString &)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

Matrixd_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
 

Constructor & Destructor Documentation

MatrixSetCoordinatesCommand::MatrixSetCoordinatesCommand ( Matrix m,
double  oxs,
double  oxe,
double  oys,
double  oye,
double  nxs,
double  nxe,
double  nys,
double  nye,
const QString &  text 
)

Member Function Documentation

void MatrixSetCoordinatesCommand::redo ( )
virtual
void MatrixSetCoordinatesCommand::undo ( )
virtual

Member Data Documentation

Matrix* MatrixSetCoordinatesCommand::d_matrix
private

Referenced by redo(), and undo().

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().


The documentation for this class was generated from the following files: