Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetSelectedItem
Method
GetSelectedItem
src/SFGUI/ComboBox.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
ComboBox::IndexType ComboBox::GetSelectedItem() const {
47
return m_active_item;
48
}
49
50
ComboBox::IndexType ComboBox::GetHighlightedItem() const {
51
return m_highlighted_item;
Callers
2
CreateComboBoxDrawable
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected