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

Method readDataFromFile

src/backend/datasources/filters/ReadStatFilter.cpp:44–46  ·  view source on GitHub ↗

! reads the content of the file \c fileName to the data source \c dataSource. */

Source from the content-addressed store, hash-verified

42 reads the content of the file \c fileName to the data source \c dataSource.
43*/
44void ReadStatFilter::readDataFromFile(const QString& fileName, AbstractDataSource* dataSource, ImportMode mode) {
45 d->readDataFromFile(fileName, dataSource, mode);
46}
47
48/*!
49writes the content of the data source \c dataSource to the file \c fileName.

Callers

nothing calls this directly

Calls 12

labelsMethod · 0.80
valueStringMethod · 0.80
valueDoubleMethod · 0.80
setCommentMethod · 0.80
QStringClass · 0.70
clearMethod · 0.45
setLastErrorMethod · 0.45
prepareImportMethod · 0.45
finalizeImportMethod · 0.45
sizeMethod · 0.45
addValueLabelMethod · 0.45
valueIntMethod · 0.45

Tested by

no test coverage detected