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

Method setFuncSelectionItemRender

forms/multilistbox.cpp:553–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void MultilistBox::setFuncSelectionItemRender(std::function<void(sp<Control>)> func)
554{
555 funcSelectionItemRender = func;
556 setDirty();
557}
558} // namespace OpenApoc

Callers 3

updateLocationMethod · 0.80
addVehiclesToListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected