MCPcopy 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
33Widget* ListBox::getSelectedChild()
34{
35 for (auto child : children())
36 if (child->isSelected())
37 return child;
38
39 return nullptr;
40}
41
42int ListBox::getSelectedIndex()
43{

Callers 7

onChangeActionMethod · 0.80
onChangeSectionMethod · 0.80
onThemeChangeMethod · 0.80
onSelectThemeMethod · 0.80
onOpenThemeFolderMethod · 0.80
onMatrixChangeMethod · 0.80
onLoadFontMethod · 0.80

Calls 1

isSelectedMethod · 0.80

Tested by

no test coverage detected