Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ columnCount
Method
columnCount
src/backend/datasources/filters/QJsonModel.cpp:340–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
int QJsonModel::columnCount(const QModelIndex& /*parent*/) const {
341
return 3;
342
}
343
344
Qt::ItemFlags QJsonModel::flags(const QModelIndex& index) const {
345
if (index.column() == 1)
Callers
10
scanVars
Method · 0.45
write
Method · 0.45
readDataRegion
Method · 0.45
dataRegions
Method · 0.45
preview
Method · 0.45
writeWithOptions
Method · 0.45
scanHDF5DataSet
Method · 0.45
writeCHDU
Method · 0.45
addDatasheet
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected