Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ parent
Method
parent
source/windowing/StarWidget.cpp:216–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
Widget* Widget::parent() const {
217
return m_parent;
218
}
219
220
void Widget::setParent(Widget* parent) {
221
m_parent = parent;
Callers
6
sendEvent
Method · 0.45
activateBinding
Method · 0.45
exitActiveMode
Method · 0.45
update
Method · 0.45
buildTeamBar
Method · 0.45
createTooltip
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected