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

Method columnCount

launcher/ui/instanceview/AccessibleInstanceView.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int AccessibleInstanceView::columnCount() const
85{
86 if (!view()->model())
87 return 0;
88 return 1;
89}
90
91int AccessibleInstanceView::rowCount() const
92{

Callers 3

logicalIndexMethod · 0.45
childCountMethod · 0.45
childMethod · 0.45

Calls 1

modelMethod · 0.80

Tested by

no test coverage detected