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

Method readDataFromDevice

src/backend/datasources/filters/BinaryFilter.cpp:63–65  ·  view source on GitHub ↗

! reads the content of the device \c device. */

Source from the content-addressed store, hash-verified

61 reads the content of the device \c device.
62*/
63void BinaryFilter::readDataFromDevice(QIODevice& device, AbstractDataSource* dataSource, ImportMode importMode, int lines) {
64 d->readDataFromDevice(device, dataSource, importMode, lines);
65}
66
67QVector<QStringList> BinaryFilter::preview(const QString& fileName, int lines) {
68 return d->preview(fileName, lines);

Callers

nothing calls this directly

Calls 10

operator[]Method · 0.80
lengthMethod · 0.80
QStringClass · 0.70
clearMethod · 0.45
setLastErrorMethod · 0.45
resizeMethod · 0.45
prepareImportMethod · 0.45
readMethod · 0.45
dataMethod · 0.45
finalizeImportMethod · 0.45

Tested by

no test coverage detected