MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / columnCount

Method columnCount

launcher/ui/instanceview/AccessibleInstanceView.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int AccessibleInstanceView::columnCount() const
79{
80 if (!view()->model())
81 return 0;
82 return 1;
83}
84
85int AccessibleInstanceView::rowCount() const
86{

Callers 3

logicalIndexMethod · 0.45
childCountMethod · 0.45
childMethod · 0.45

Calls 1

modelMethod · 0.80

Tested by

no test coverage detected