Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ rowCount
Method
rowCount
ElaWidgetTools/DeveloperComponents/ElaPivotModel.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int ElaPivotModel::rowCount(const QModelIndex& parent) const
40
{
41
return _pivotList.count();
42
}
43
44
QVariant ElaPivotModel::data(const QModelIndex& index, int role) const
45
{
Callers
1
_initNodeModelIndex
Method · 0.45
Calls
1
count
Method · 0.80
Tested by
no test coverage detected