MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / rowTopOf

Method rowTopOf

launcher/ui/instanceview/VisualGroup.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int VisualGroup::rowTopOf(const QModelIndex &index) const
116{
117 auto position = positionOf(index);
118 return rows[position.second].top;
119}
120
121int VisualGroup::rowHeightOf(const QModelIndex &index) const
122{

Callers 1

geometryRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected