Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ rowCount
Method
rowCount
plugins/widgetinspector/widget3dwindowmodel.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
int Widget3DWindowModel::rowCount(const QModelIndex &parent) const
86
{
87
return parent.isValid() ? 0 : mNodes.size();
88
}
89
90
int Widget3DWindowModel::columnCount(const QModelIndex &) const
91
{
Callers
1
populate
Method · 0.45
Calls
2
isValid
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected