MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / size

Method size

source/windowing/StarWidget.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101Vec2I Widget::size() const {
102 return m_size;
103}
104
105void Widget::setSize(Vec2I const& size) {
106 m_size = size;

Callers 15

sendEventMethod · 0.45
updateSizeAndPositionMethod · 0.45
itemPositionMethod · 0.45
itemAtMethod · 0.45
updateTextRegionMethod · 0.45
ItemGridWidgetMethod · 0.45
itemAtMethod · 0.45
itemWidgetAtMethod · 0.45
bagSizeMethod · 0.45
bagLocationAtMethod · 0.45
sendEventMethod · 0.45
setItemBagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected