Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ selectedVarNames
Method
selectedVarNames
src/backend/datasources/filters/MatioFilter.cpp:258–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
d->selectedVarNames = names;
257
}
258
const QStringList MatioFilter::selectedVarNames() const {
259
return d->selectedVarNames;
260
}
261
size_t MatioFilter::varCount() const {
262
return d->varCount;
263
}
Callers
1
refreshPreview
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected