Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ select
Method
select
source/windowing/StarButtonGroup.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void ButtonGroup::select(int id) {
67
auto b = button(id);
68
if (!b->isChecked())
69
b->check();
70
}
71
72
void ButtonGroup::wasChecked(ButtonWidget* self) {
73
for (auto const& pair : m_buttons) {
Callers
1
makeWidgetCallbacks
Method · 0.45
Calls
2
isChecked
Method · 0.80
check
Method · 0.45
Tested by
no test coverage detected