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

Method setFuncIsVisibleItem

forms/multilistbox.cpp:535–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void MultilistBox::setFuncIsVisibleItem(std::function<bool(sp<Control>)> func)
536{
537 isVisibleItem = func;
538 setDirty();
539}
540
541void MultilistBox::setFuncHandleSelection(std::function<bool(Event *, sp<Control>, bool)> func)
542{

Callers 3

updateLocationMethod · 0.80
addVehiclesToListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected