Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
std::size_t ListBox::getItemsCount() const
87
{
88
return children().size();
89
}
90
91
void ListBox::makeChildVisible(Widget* child)
92
{
Callers
2
loadThemes
Method · 0.80
fillList
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected