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

Method setChecked

source/windowing/StarButtonWidget.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void ButtonWidget::setChecked(bool checked) {
260 // might cause button groups to have multiple selected against its rules, be careful with direct poking, use check()
261 // instead.
262 m_checked = checked;
263}
264
265void ButtonWidget::check() {
266 if (m_checkable) {

Callers 12

tabSelectMethod · 0.80
wasCheckedMethod · 0.80
buttonHandlerMethod · 0.80
makeWidgetCallbacksMethod · 0.80
CraftingPaneMethod · 0.80
syncGuiToConfMethod · 0.80
syncGuiMethod · 0.80
updateMethod · 0.80
MainInterfaceMethod · 0.80
CharCreationPaneMethod · 0.80
loadDirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected