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

Method childCount

launcher/ui/instanceview/AccessibleInstanceView.cpp:376–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376int AccessibleInstanceView::childCount() const
377{
378 if (!view()->model()) {
379 return 0;
380 }
381 return (view()->model()->rowCount()) * (view()->model()->columnCount());
382}
383
384int AccessibleInstanceView::indexOfChild(const QAccessibleInterface* iface) const
385{

Callers

nothing calls this directly

Calls 3

modelMethod · 0.80
rowCountMethod · 0.45
columnCountMethod · 0.45

Tested by

no test coverage detected