MCPcopy Create free account
hub / github.com/KDE/labplot / readCurrentVar

Method readCurrentVar

src/backend/datasources/filters/MatioFilter.cpp:229–231  ·  view source on GitHub ↗

! reads the content of the current variable from file \c fileName. */

Source from the content-addressed store, hash-verified

227 reads the content of the current variable from file \c fileName.
228*/
229QVector<QStringList> MatioFilter::readCurrentVar(const QString& fileName, AbstractDataSource* dataSource, ImportMode importMode, int lines) {
230 return d->readCurrentVar(fileName, dataSource, importMode, (size_t)lines);
231}
232
233/*!
234 reads the content of the file \c fileName to the data source \c dataSource.

Callers 1

refreshPreviewMethod · 0.45

Calls 8

operator[]Method · 0.80
QStringClass · 0.70
isEmptyMethod · 0.45
setLastErrorMethod · 0.45
resizeMethod · 0.45
reserveMethod · 0.45
prepareImportMethod · 0.45
finalizeImportMethod · 0.45

Tested by

no test coverage detected