Go to the documentation of this file.
29 #ifndef MATRIX_COMMAND_H
30 #define MATRIX_COMMAND_H
34 #include <QUndoCommand>
41 double valAfter,
const QString & text);
109 int oldPrec,
int newPrec,
const QString & text);
125 double,
double,
double,
double,
const QString &);
243 double *data,
const QString& text);
259 int startCol,
int endCol,
double *data,
const QString& text);
270 int startRow,
int endRow,
int startCol,
int endCol,
double *data,
const QString& text);
283 int ignoredLines,
bool stripSpaces,
bool simplifySpaces,
285 int endLineChar,
int maxRows,
MatrixModel *model,
int startRow,
int endRow,
286 int startCol,
int endCol,
double *data,
const QString& text);
313 double *clipboardData,
int rows,
int cols,
double *backupData,
314 int oldRows,
int oldCols,
const QString& text);