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

Method show

source/windowing/StarWidget.cpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void Widget::show() {
225 m_visible = true;
226}
227
228void Widget::hide() {
229 m_visible = false;

Callers 8

renderImplMethod · 0.45
showPageMethod · 0.45
setTitleMethod · 0.45
setTitleIconMethod · 0.45
editMethod · 0.45
loadDirectoryMethod · 0.45
uploadToSteamMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected