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

#include <MatrixCommand.h>

Inheritance diagram for MatrixSetImageCommand:
MatrixUndoCommand

Public Member Functions

 MatrixSetImageCommand (MatrixModel *model, const QImage &image, Matrix::ViewType oldView, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text)
virtual void redo ()
virtual void undo ()
- Public Member Functions inherited from MatrixUndoCommand
 MatrixUndoCommand (MatrixModel *model, Matrix::Operation op, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text)
 ~MatrixUndoCommand ()

Private Attributes

QImage d_image
Matrix::ViewType d_old_view

Additional Inherited Members

- Protected Attributes inherited from MatrixUndoCommand
double * d_data
int d_end_col
int d_end_row
MatrixModeld_model
Matrix::Operation d_operation
int d_start_col
int d_start_row

Constructor & Destructor Documentation

MatrixSetImageCommand::MatrixSetImageCommand ( MatrixModel model,
const QImage &  image,
Matrix::ViewType  oldView,
int  startRow,
int  endRow,
int  startCol,
int  endCol,
double *  data,
const QString &  text 
)

Member Function Documentation

void MatrixSetImageCommand::redo ( )
virtual
void MatrixSetImageCommand::undo ( )
virtual

Member Data Documentation

QImage MatrixSetImageCommand::d_image
private

Referenced by redo().

Matrix::ViewType MatrixSetImageCommand::d_old_view
private

Referenced by undo().


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