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

Method write

src/backend/datasources/filters/McapFilter.cpp:71–73  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

69writes the content of the data source \c dataSource to the file \c fileName.
70*/
71void McapFilter::write(const QString& fileName, AbstractDataSource* dataSource) {
72 d->write(fileName, dataSource);
73}
74
75void McapFilter::writeWithOptions(const QString& fileName, AbstractDataSource* dataSource, int compressionMode, int compressionLevel) {
76 d->writeWithOptions(fileName, dataSource, compressionMode, compressionLevel);

Callers 1

writeWithOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected