MCPcopy 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
250WidgetPtr ListWidget::selectedWidget() const {
251 return itemAt(m_selectedItem);
252}
253
254List<WidgetPtr> const& ListWidget::list() const {
255 return m_members;

Callers 8

makeWidgetCallbacksMethod · 0.80
playMethod · 0.80
initMultiPlayerMenuMethod · 0.80
updateBuyTotalMethod · 0.80
maxBuyCountMethod · 0.80
getSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected