Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paint
Method · 0.45
verticalFollow
Function · 0.45
verticalDragFollow
Function · 0.45
getPart
Function · 0.45
updateThumbs
Function · 0.45
verticalNudgeDown
Function · 0.45
vTrackTop
Function · 0.45
vTrackBottom
Function · 0.45
showBelow
Function · 0.45
showColour
Function · 0.45
populateCompanySelect
Function · 0.45
draw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected