Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ getSelectedChild
Method
getSelectedChild
src/ui/listbox.cpp:33–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
Widget* ListBox::getSelectedChild()
34
{
35
for (auto child : children())
36
if (child->isSelected())
37
return child;
38
39
return nullptr;
40
}
41
42
int ListBox::getSelectedIndex()
43
{
Callers
7
onChangeAction
Method · 0.80
onChangeSection
Method · 0.80
onThemeChange
Method · 0.80
onSelectTheme
Method · 0.80
onOpenThemeFolder
Method · 0.80
onMatrixChange
Method · 0.80
onLoadFont
Method · 0.80
Calls
1
isSelected
Method · 0.80
Tested by
no test coverage detected