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

Method setImportFormat

src/backend/datasources/filters/ImageFilter.cpp:55–57  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

53
54///////////////////////////////////////////////////////////////////////
55void ImageFilter::setImportFormat(const ImageFilter::ImportFormat f) {
56 d->importFormat = f;
57}
58
59ImageFilter::ImportFormat ImageFilter::importFormat() const {
60 return d->importFormat;

Callers 1

currentFileFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected