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

Method width

src/OpenLoco/src/Ui/Widget.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 int32_t Widget::width() const
27 {
28 return (this->right - this->left) + 1;
29 }
30
31 int32_t Widget::height() const
32 {

Callers 15

paintMethod · 0.45
horizontalFollowFunction · 0.45
horizontalDragFollowFunction · 0.45
getPartFunction · 0.45
updateThumbsFunction · 0.45
hButtonRightFunction · 0.45
hTrackLeftFunction · 0.45
hTrackRightFunction · 0.45
showBelowFunction · 0.45
populateCompanySelectFunction · 0.45
drawMethod · 0.45
drawLabelFunction · 0.45

Calls

no outgoing calls

Tested by 1

drawScrollFunction · 0.36