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

Method text

launcher/ui/instanceview/AccessibleInstanceView.cpp:405–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405QString AccessibleInstanceView::text(QAccessible::Text t) const
406{
407 if (t == QAccessible::Description)
408 return view()->accessibleDescription();
409 return view()->accessibleName();
410}
411
412QRect AccessibleInstanceView::rect() const
413{

Callers 3

indexOfChildMethod · 0.45
drawHeaderMethod · 0.45
viewItemTextLayoutFunction · 0.45

Calls 4

modelMethod · 0.80
isEmptyMethod · 0.80
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected