#include <MatrixCommand.h>
|
| MatrixImportAsciiCommand (const QString &fname, const QString &sep, int ignoredLines, bool stripSpaces, bool simplifySpaces, const QString &commentString, Matrix::ImportMode importAs, const QLocale &locale, int endLineChar, int maxRows, MatrixModel *model, int startRow, int endRow, int startCol, int endCol, double *data, const QString &text) |
|
virtual void | redo () |
|
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) |
|
virtual void | undo () |
|
| ~MatrixUndoCommand () |
|
MatrixImportAsciiCommand::MatrixImportAsciiCommand |
( |
const QString & |
fname, |
|
|
const QString & |
sep, |
|
|
int |
ignoredLines, |
|
|
bool |
stripSpaces, |
|
|
bool |
simplifySpaces, |
|
|
const QString & |
commentString, |
|
|
Matrix::ImportMode |
importAs, |
|
|
const QLocale & |
locale, |
|
|
int |
endLineChar, |
|
|
int |
maxRows, |
|
|
MatrixModel * |
model, |
|
|
int |
startRow, |
|
|
int |
endRow, |
|
|
int |
startCol, |
|
|
int |
endCol, |
|
|
double * |
data, |
|
|
const QString & |
text |
|
) |
| |
void MatrixImportAsciiCommand::redo |
( |
| ) |
|
|
virtual |
Reimplemented from MatrixUndoCommand.
References d_comment, d_end_line, d_ignore_lines, d_locale, d_max_rows, d_mode, MatrixUndoCommand::d_model, d_path, d_sep, d_simplify_spaces, d_strip_spaces, and MatrixModel::importASCII().
QString MatrixImportAsciiCommand::d_comment |
|
private |
int MatrixImportAsciiCommand::d_end_line |
|
private |
int MatrixImportAsciiCommand::d_ignore_lines |
|
private |
QLocale MatrixImportAsciiCommand::d_locale |
|
private |
int MatrixImportAsciiCommand::d_max_rows |
|
private |
QString MatrixImportAsciiCommand::d_path |
|
private |
QString MatrixImportAsciiCommand::d_sep |
|
private |
bool MatrixImportAsciiCommand::d_simplify_spaces |
|
private |
bool MatrixImportAsciiCommand::d_strip_spaces |
|
private |
The documentation for this class was generated from the following files: