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

Method visualRect

launcher/ui/instanceview/InstanceView.cpp:710–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710QRect InstanceView::visualRect(const QModelIndex& index) const
711{
712 const_cast<InstanceView*>(this)->executeDelayedItemsLayout();
713
714 return geometryRect(index).translated(-offset());
715}
716
717QRect InstanceView::geometryRect(const QModelIndex& index) const
718{

Callers 1

rectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected