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

Method visualRect

launcher/ui/instanceview/InstanceView.cpp:720–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720QRect InstanceView::visualRect(const QModelIndex &index) const
721{
722 const_cast<InstanceView*>(this)->executeDelayedItemsLayout();
723
724 return geometryRect(index).translated(-offset());
725}
726
727QRect InstanceView::geometryRect(const QModelIndex &index) const
728{

Callers 1

rectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected