Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
Vec2I Widget::size() const {
102
return m_size;
103
}
104
105
void Widget::setSize(Vec2I const& size) {
106
m_size = size;
Callers
15
sendEvent
Method · 0.45
updateSizeAndPosition
Method · 0.45
itemPosition
Method · 0.45
itemAt
Method · 0.45
updateTextRegion
Method · 0.45
ItemGridWidget
Method · 0.45
itemAt
Method · 0.45
itemWidgetAt
Method · 0.45
bagSize
Method · 0.45
bagLocationAt
Method · 0.45
sendEvent
Method · 0.45
setItemBag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected