MCPcopy 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
50void ImageWidget::setDrawables(List<Drawable> drawables) {
51 m_baseDrawables = std::move(drawables);
52
53 transformDrawables();
54}
55
56Vec2I ImageWidget::offset() {
57 return m_offset;

Callers 12

imageHandlerMethod · 0.80
selectRecruitMethod · 0.80
populateCrewMethod · 0.80
updateMethod · 0.80
displayConfirmationMethod · 0.80
buildTeamBarMethod · 0.80
ContainerPaneMethod · 0.80
tickMethod · 0.80
showQuestsMethod · 0.80
commonSetupMethod · 0.80
NewQuestInterfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected