Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ selectedWidget
Method
selectedWidget
source/windowing/StarListWidget.cpp:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
WidgetPtr ListWidget::selectedWidget() const {
251
return itemAt(m_selectedItem);
252
}
253
254
List<WidgetPtr> const& ListWidget::list() const {
255
return m_members;
Callers
8
makeWidgetCallbacks
Method · 0.80
play
Method · 0.80
updateAvailableRecipes
Method · 0.80
recipeFromSelectedWidget
Method · 0.80
initMultiPlayerMenu
Method · 0.80
updateBuyTotal
Method · 0.80
maxBuyCount
Method · 0.80
getSelected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected