Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ setClickSound
Method
setClickSound
forms/checkbox.cpp:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
sp<Sample> CheckBox::getClickSound() const { return buttonclick; }
82
83
void CheckBox::setClickSound(sp<Sample> sample) { buttonclick = sample; }
84
85
void CheckBox::setChecked(bool checked)
86
{
Callers
1
BattleView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected