MCPcopy 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
216Widget* Widget::parent() const {
217 return m_parent;
218}
219
220void Widget::setParent(Widget* parent) {
221 m_parent = parent;

Callers 6

sendEventMethod · 0.45
activateBindingMethod · 0.45
exitActiveModeMethod · 0.45
updateMethod · 0.45
buildTeamBarMethod · 0.45
createTooltipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected