Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
size_t TabSetWidget::selectedTab() const {
85
return m_lastSelected.value(NPos);
86
}
87
88
void TabSetWidget::setCallback(WidgetCallbackFunc callback) {
89
m_callback = std::move(callback);
Callers
3
MerchantPane
Method · 0.80
createTooltip
Method · 0.80
addItems
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected