MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getItemsCount

Method getItemsCount

src/ui/listbox.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86std::size_t ListBox::getItemsCount() const
87{
88 return children().size();
89}
90
91void ListBox::makeChildVisible(Widget* child)
92{

Callers 2

loadThemesMethod · 0.80
fillListMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected