MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / selectedTab

Method selectedTab

source/windowing/StarTabSet.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84size_t TabSetWidget::selectedTab() const {
85 return m_lastSelected.value(NPos);
86}
87
88void TabSetWidget::setCallback(WidgetCallbackFunc callback) {
89 m_callback = std::move(callback);

Callers 3

MerchantPaneMethod · 0.80
createTooltipMethod · 0.80
addItemsMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected