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

Method readDataFromFile

src/backend/datasources/filters/CANFilter.cpp:30–32  ·  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

28 reads the content of the file \c fileName to the data source \c dataSource.
29*/
30void CANFilter::readDataFromFile(const QString& fileName, AbstractDataSource* dataSource, ImportMode mode) {
31 d->readDataFromFile(fileName, dataSource, mode);
32}
33
34/*!
35writes the content of the data source \c dataSource to the file \c fileName.

Callers

nothing calls this directly

Calls 9

dataContainerMethod · 0.80
lengthMethod · 0.80
prepareImportMethod · 0.45
setLastErrorMethod · 0.45
finalizeImportMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
addValueLabelMethod · 0.45

Tested by

no test coverage detected