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

Method setPosition

source/windowing/StarWidget.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Widget::setPosition(Vec2I const& position) {
98 m_position = position;
99}
100
101Vec2I Widget::size() const {
102 return m_size;

Callers 15

updateSizeAndPositionMethod · 0.45
drawChildrenMethod · 0.45
setSizeMethod · 0.45
setItemBagMethod · 0.45
spinnerHandlerMethod · 0.45
commonMethod · 0.45
makeWidgetCallbacksMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
SliderBarWidgetMethod · 0.45
updateMethod · 0.45
displayPaneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected