Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setDrawables
Method
setDrawables
source/windowing/StarImageWidget.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void ImageWidget::setDrawables(List<Drawable> drawables) {
51
m_baseDrawables = std::move(drawables);
52
53
transformDrawables();
54
}
55
56
Vec2I ImageWidget::offset() {
57
return m_offset;
Callers
12
imageHandler
Method · 0.80
selectRecruit
Method · 0.80
populateCrew
Method · 0.80
update
Method · 0.80
displayConfirmation
Method · 0.80
buildTeamBar
Method · 0.80
ContainerPane
Method · 0.80
tick
Method · 0.80
showQuests
Method · 0.80
commonSetup
Method · 0.80
NewQuestInterface
Method · 0.80
buildItemDescriptionInner
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected