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

Method height

src/OpenLoco/src/Ui/Widget.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 int32_t Widget::height() const
32 {
33 return (this->bottom - this->top) + 1;
34 }
35
36 void Widget::draw(
37 Gfx::DrawingContext& drawingCtx,

Callers 15

paintMethod · 0.45
verticalFollowFunction · 0.45
verticalDragFollowFunction · 0.45
getPartFunction · 0.45
updateThumbsFunction · 0.45
verticalNudgeDownFunction · 0.45
vTrackTopFunction · 0.45
vTrackBottomFunction · 0.45
showBelowFunction · 0.45
showColourFunction · 0.45
populateCompanySelectFunction · 0.45
drawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected