MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setFuncHandleSelection

Method setFuncHandleSelection

forms/multilistbox.cpp:541–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void MultilistBox::setFuncHandleSelection(std::function<bool(Event *, sp<Control>, bool)> func)
542{
543 funcHandleSelection = func;
544 // not dirty
545}
546
547void MultilistBox::setFuncHoverItemRender(std::function<void(sp<Control>)> func)
548{

Callers 3

updateLocationMethod · 0.80
addVehiclesToListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected