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

Method setImportObjectNames

src/backend/datasources/filters/JsonFilter.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void JsonFilter::setImportObjectNames(bool b) {
144 d->importObjectNames = b;
145}
146
147QStringList JsonFilter::vectorNames() const {
148 return d->vectorNames;

Callers 4

applyFilterSettingsMethod · 0.80
testObjectImport02Method · 0.80
testObjectImport03Method · 0.80
testObjectImport04Method · 0.80

Calls

no outgoing calls

Tested by 3

testObjectImport02Method · 0.64
testObjectImport03Method · 0.64
testObjectImport04Method · 0.64