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

Method setParent

source/windowing/StarWidget.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Widget::setParent(Widget* parent) {
221 m_parent = parent;
222}
223
224void Widget::show() {
225 m_visible = true;

Callers 7

addChildMethod · 0.80
addChildAtMethod · 0.80
removeChildMethod · 0.80
removeChildAtMethod · 0.80
removeAllChildrenMethod · 0.80
setTitleMethod · 0.80
setTitleIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected