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

#include <MatrixCommand.h>

Inheritance diagram for MatrixSetColorMapCommand:

Public Member Functions

 MatrixSetColorMapCommand (Matrix *m, Matrix::ColorMapType d_map_type_before, const LinearColorMap &d_map_before, Matrix::ColorMapType d_map_type_after, const LinearColorMap &d_map_after, const QString &text)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

LinearColorMap d_map_after
 
LinearColorMap d_map_before
 
Matrix::ColorMapType d_map_type_after
 
Matrix::ColorMapType d_map_type_before
 
Matrixd_matrix
 

Constructor & Destructor Documentation

§ MatrixSetColorMapCommand()

MatrixSetColorMapCommand::MatrixSetColorMapCommand ( Matrix m,
Matrix::ColorMapType  d_map_type_before,
const LinearColorMap d_map_before,
Matrix::ColorMapType  d_map_type_after,
const LinearColorMap d_map_after,
const QString &  text 
)

References d_map_after, and d_map_before.

Member Function Documentation

§ redo()

void MatrixSetColorMapCommand::redo ( )
virtual

§ undo()

void MatrixSetColorMapCommand::undo ( )
virtual

Member Data Documentation

§ d_map_after

LinearColorMap MatrixSetColorMapCommand::d_map_after
private

Referenced by MatrixSetColorMapCommand(), and redo().

§ d_map_before

LinearColorMap MatrixSetColorMapCommand::d_map_before
private

Referenced by MatrixSetColorMapCommand(), and undo().

§ d_map_type_after

Matrix::ColorMapType MatrixSetColorMapCommand::d_map_type_after
private

Referenced by redo().

§ d_map_type_before

Matrix::ColorMapType MatrixSetColorMapCommand::d_map_type_before
private

Referenced by undo().

§ d_matrix

Matrix* MatrixSetColorMapCommand::d_matrix
private

Referenced by redo(), and undo().


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