MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / callPrepareDraw

Method callPrepareDraw

src/OpenLoco/src/Ui/Window.cpp:1214–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1212 }
1213
1214 void Window::callPrepareDraw()
1215 {
1216 if (eventHandlers->prepareDraw == nullptr)
1217 {
1218 return;
1219 }
1220
1221 eventHandlers->prepareDraw(*this);
1222 }
1223
1224 void Window::callDraw(Gfx::DrawingContext& ctx)
1225 {

Callers 15

findWidgetAtMethod · 0.95
drawSingleFunction · 0.80
onMouseDownFunction · 0.80
onUpdateFunction · 0.80
openFunction · 0.80
switchTabFunction · 0.80
updateFunction · 0.80
openFunction · 0.80
switchTabFunction · 0.80
openFunction · 0.80
onDropdownFunction · 0.80
onMouseUpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected