MCPcopy Create free account
hub / github.com/MultiMC/Launcher / visualRect

Method visualRect

launcher/ui/instanceview/InstanceView.cpp:685–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685QRect InstanceView::visualRect(const QModelIndex &index) const
686{
687 const_cast<InstanceView*>(this)->executeDelayedItemsLayout();
688
689 return geometryRect(index).translated(-offset());
690}
691
692QRect InstanceView::geometryRect(const QModelIndex &index) const
693{

Callers 1

rectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected