QtiPlot 0.9.8.2
|
#include <ImportASCIIDialog.h>
Public Member Functions | |
void | clear () |
void | importASCII (const QString &fname, const QString &sep, int ignoredLines, bool stripSpaces, bool simplifySpaces, const QString &commentString, int importAs, const QLocale &locale, int endLine, int maxRows) |
PreviewMatrix (QWidget *parent, Matrix *m=0) | |
Private Attributes | |
MatrixModel * | d_matrix_model |
PreviewMatrix::PreviewMatrix | ( | QWidget * | parent, |
Matrix * | m = 0 |
||
) |
void PreviewMatrix::clear | ( | ) |
References MatrixModel::clear(), and d_matrix_model.
Referenced by ImportASCIIDialog::previewMatrix().
void PreviewMatrix::importASCII | ( | const QString & | fname, |
const QString & | sep, | ||
int | ignoredLines, | ||
bool | stripSpaces, | ||
bool | simplifySpaces, | ||
const QString & | commentString, | ||
int | importAs, | ||
const QLocale & | locale, | ||
int | endLine, | ||
int | maxRows | ||
) |
References d_matrix_model, and MatrixModel::importASCII().
Referenced by ImportASCIIDialog::previewMatrix().
MatrixModel* PreviewMatrix::d_matrix_model [private] |
Referenced by clear(), importASCII(), and PreviewMatrix().