#include <MatrixCommand.h>
|
| 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 () |
|
MatrixSetImageCommand::MatrixSetImageCommand |
( |
MatrixModel * |
model, |
|
|
const QImage & |
image, |
|
|
Matrix::ViewType |
oldView, |
|
|
int |
startRow, |
|
|
int |
endRow, |
|
|
int |
startCol, |
|
|
int |
endCol, |
|
|
double * |
data, |
|
|
const QString & |
text |
|
) |
| |
void MatrixSetImageCommand::redo |
( |
| ) |
|
|
virtual |
void MatrixSetImageCommand::undo |
( |
| ) |
|
|
virtual |
QImage MatrixSetImageCommand::d_image |
|
private |
The documentation for this class was generated from the following files: