Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
void JsonFilter::setImportObjectNames(bool b) {
144
d->importObjectNames = b;
145
}
146
147
QStringList JsonFilter::vectorNames() const {
148
return d->vectorNames;
Callers
4
applyFilterSettings
Method · 0.80
testObjectImport02
Method · 0.80
testObjectImport03
Method · 0.80
testObjectImport04
Method · 0.80
Calls
no outgoing calls
Tested by
3
testObjectImport02
Method · 0.64
testObjectImport03
Method · 0.64
testObjectImport04
Method · 0.64