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

Method contentHeight

launcher/ui/instanceview/VisualGroup.cpp:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240int VisualGroup::contentHeight() const
241{
242 if (collapsed) {
243 return 0;
244 }
245 auto last = rows[numRows() - 1];
246 return last.top + last.height;
247}
248
249int VisualGroup::numRows() const
250{

Callers 1

updateScrollbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected