MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / onChange

Method onChange

src/Interface/Slider.cpp:300–303  ·  view source on GitHub ↗

* Sets a function to be called every time the slider's value changes. * @param handler Action handler. */

Source from the content-addressed store, hash-verified

298 * @param handler Action handler.
299 */
300void Slider::onChange(ActionHandler handler)
301{
302 _change = handler;
303}
304
305}

Callers 10

SoldierInfoStateMethod · 0.45
BasescapeStateMethod · 0.45
BaseInfoStateMethod · 0.45
CraftInfoStateMethod · 0.45
OptionsAudioStateMethod · 0.45
OptionsVideoStateMethod · 0.45
NewBattleStateMethod · 0.45
OptionsGeoscapeStateMethod · 0.45
BaseNameStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected