Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setModelRows
Method
setModelRows
src/backend/datasources/filters/JsonFilter.cpp:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void JsonFilter::setModelRows(const QVector<int>& rows) {
109
d->modelRows = rows;
110
}
111
112
QVector<int> JsonFilter::modelRows() const {
113
return d->modelRows;
Callers
2
applyFilterSettings
Method · 0.45
testObjectImport04
Method · 0.45
Calls
no outgoing calls
Tested by
1
testObjectImport04
Method · 0.36