MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetHighlightedItem

Method GetHighlightedItem

src/SFGUI/ComboBox.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50ComboBox::IndexType ComboBox::GetHighlightedItem() const {
51 return m_highlighted_item;
52}
53
54void ComboBox::SelectItem( IndexType index ) {
55 if( index >= static_cast<IndexType>( m_entries.size() ) || index < 0 ) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected