Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ rowCount
Method
rowCount
launcher/ui/instanceview/AccessibleInstanceView.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
int AccessibleInstanceView::rowCount() const
90
{
91
if (!view()->model())
92
return 0;
93
return view()->model()->rowCount();
94
}
95
96
int AccessibleInstanceView::selectedCellCount() const
97
{
Callers
6
updateGeometries
Method · 0.45
paintEvent
Method · 0.45
indexAt
Method · 0.45
setSelection
Method · 0.45
childCount
Method · 0.45
items
Method · 0.45
Calls
1
model
Method · 0.80
Tested by
no test coverage detected