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

Method rect

launcher/ui/instanceview/AccessibleInstanceView.cpp:413–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413QRect AccessibleInstanceView::rect() const
414{
415 if (!view()->isVisible())
416 return QRect();
417 QPoint pos = view()->mapToGlobal(QPoint(0, 0));
418 return QRect(pos.x(), pos.y(), view()->width(), view()->height());
419}
420
421QAccessibleInterface* AccessibleInstanceView::parent() const
422{

Callers 5

paintEventMethod · 0.80
scrollToMethod · 0.80
verticalScrollToValueMethod · 0.80
stateMethod · 0.80
paintInfoLabelMethod · 0.80

Calls 2

visualRectMethod · 0.80
translateMethod · 0.80

Tested by

no test coverage detected