MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / rowTopOf

Method rowTopOf

launcher/ui/instanceview/VisualGroup.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109int VisualGroup::rowTopOf(const QModelIndex& index) const
110{
111 auto position = positionOf(index);
112 return rows[position.second].top;
113}
114
115int VisualGroup::rowHeightOf(const QModelIndex& index) const
116{

Callers 1

geometryRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected