Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ rowTopOf
Method
rowTopOf
launcher/ui/instanceview/VisualGroup.cpp:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
int VisualGroup::rowTopOf(const QModelIndex &index) const
89
{
90
auto position = positionOf(index);
91
return rows[position.second].top;
92
}
93
94
int VisualGroup::rowHeightOf(const QModelIndex &index) const
95
{
Callers
1
geometryRect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected