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

Method readCurrentDataSet

src/backend/datasources/filters/HDF5Filter.cpp:99–101  ·  view source on GitHub ↗

! reads the content of the data set \c dataSet from file \c fileName. */

Source from the content-addressed store, hash-verified

97 reads the content of the data set \c dataSet from file \c fileName.
98*/
99QVector<QStringList> HDF5Filter::readCurrentDataSet(const QString& fileName, AbstractDataSource* dataSource, bool& ok, ImportMode importMode, int lines) {
100 return d->readCurrentDataSet(fileName, dataSource, ok, importMode, lines);
101}
102
103/*!
104 reads the content of the file \c fileName to the data source \c dataSource.

Callers 1

refreshPreviewMethod · 0.80

Calls 9

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

Tested by

no test coverage detected