Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void Widget::setParent(Widget* parent) {
221
m_parent = parent;
222
}
223
224
void Widget::show() {
225
m_visible = true;
Callers
7
addChild
Method · 0.80
addChildAt
Method · 0.80
removeChild
Method · 0.80
removeChildAt
Method · 0.80
removeAllChildren
Method · 0.80
setTitle
Method · 0.80
setTitleIcon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected