QtiPlot  0.9.8.2
Public Member Functions | Private Attributes
MatrixSetViewCommand Class Reference

#include <MatrixCommand.h>

List of all members.

Public Member Functions

 MatrixSetViewCommand (Matrix *m, Matrix::ViewType oldView, Matrix::ViewType newView, const QString &text)
virtual void redo ()
virtual void undo ()

Private Attributes

Matrixd_matrix
Matrix::ViewType d_new_view
Matrix::ViewType d_old_view

Constructor & Destructor Documentation

MatrixSetViewCommand::MatrixSetViewCommand ( Matrix m,
Matrix::ViewType  oldView,
Matrix::ViewType  newView,
const QString &  text 
)

Member Function Documentation

void MatrixSetViewCommand::redo ( )
virtual
void MatrixSetViewCommand::undo ( )
virtual

Member Data Documentation

Matrix* MatrixSetViewCommand::d_matrix
private

Referenced by redo(), and undo().

Matrix::ViewType MatrixSetViewCommand::d_new_view
private

Referenced by redo().

Matrix::ViewType MatrixSetViewCommand::d_old_view
private

Referenced by undo().


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