QtiPlot 0.9.8.2
|
#include <MatrixCommand.h>
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 |
Matrix * | d_matrix |
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.
void MatrixSetColorMapCommand::redo | ( | ) | [virtual] |
void MatrixSetColorMapCommand::undo | ( | ) | [virtual] |
Referenced by MatrixSetColorMapCommand(), and redo().
Referenced by MatrixSetColorMapCommand(), and undo().
Referenced by redo().
Referenced by undo().
Matrix* MatrixSetColorMapCommand::d_matrix [private] |