Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ modelData
Method
modelData
src/KDChart/KDChartAttributesModel.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
QVariant KDChart::AttributesModel::modelData(int role) const
460
{
461
return d->modelDataMap.value(role, QVariant());
462
}
463
464
int AttributesModel::rowCount(const QModelIndex &index) const
465
{
Callers
4
isHidden
Method · 0.80
dataValueAttributes
Method · 0.80
stockBarAttributes
Method · 0.80
threeDBarAttributes
Method · 0.80
Calls
1
value
Method · 0.80
Tested by
no test coverage detected