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

Method hide

source/windowing/StarWidget.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void Widget::hide() {
229 m_visible = false;
230}
231
232bool Widget::visibility() const {
233 return m_visible;

Callers 4

ItemSlotWidgetMethod · 0.45
renderImplMethod · 0.45
showPageMethod · 0.45
addChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected