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

Method readDataFromFile

src/backend/datasources/filters/ImageFilter.cpp:42–44  ·  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

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

Callers

nothing calls this directly

Calls 15

isNullMethod · 0.80
heightMethod · 0.80
operator[]Method · 0.80
setCommentMethod · 0.80
setUndoAwareMethod · 0.80
QImageClass · 0.50
formatMethod · 0.45
setLastErrorMethod · 0.45
widthMethod · 0.45
resizeMethod · 0.45
prepareImportMethod · 0.45
columnMethod · 0.45

Tested by

no test coverage detected