MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setParent

Method setParent

core/bindingnode.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void BindingNode::setParent(BindingNode *newParent)
75{
76 m_parent = newParent;
77 checkForLoops();
78}
79
80GammaRay::BindingNode *GammaRay::BindingNode::parent() const
81{

Callers 10

FeedbackConfigWidgetMethod · 0.80
refreshMethod · 0.80
testWidgetReparentMethod · 0.80
timeoutMethod · 0.80
reparentFunction · 0.80
applyStyleMethod · 0.80
loadPluginMethod · 0.80
TimerTopMethod · 0.80

Calls

no outgoing calls

Tested by 3

testWidgetReparentMethod · 0.64
timeoutMethod · 0.64
reparentFunction · 0.64