MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / size

Method size

launcher/ui/instanceview/VisualGroup.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 int height = 0;
31 int top = 0;
32 inline int size() const
33 {
34 return items.size();
35 }
36 inline QModelIndex &operator[](int i)
37 {
38 return items[i];

Callers 15

stringToIntListFunction · 0.45
intListToStringFunction · 0.45
BrowseForFileMethod · 0.45
rowCountMethod · 0.45
dataMethod · 0.45
setDataMethod · 0.45
logoLoadedMethod · 0.45
searchRequestFinishedMethod · 0.45
onSelectionChangedMethod · 0.45
updateModVersionsMethod · 0.45
chooseVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected