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

Method columnCount

launcher/ui/instanceview/AccessibleInstanceView.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

logicalIndexMethod · 0.45
childCountMethod · 0.45
childMethod · 0.45

Calls 1

modelMethod · 0.80

Tested by

no test coverage detected