MCPcopy 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
340int QJsonModel::columnCount(const QModelIndex& /*parent*/) const {
341 return 3;
342}
343
344Qt::ItemFlags QJsonModel::flags(const QModelIndex& index) const {
345 if (index.column() == 1)

Callers 10

scanVarsMethod · 0.45
writeMethod · 0.45
readDataRegionMethod · 0.45
dataRegionsMethod · 0.45
previewMethod · 0.45
writeWithOptionsMethod · 0.45
scanHDF5DataSetMethod · 0.45
writeCHDUMethod · 0.45
addDatasheetMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected