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

Method parent

core/bindingnode.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80GammaRay::BindingNode *GammaRay::BindingNode::parent() const
81{
82 return m_parent;
83}
84QObject *GammaRay::BindingNode::object() const
85{
86 return m_object;

Callers 15

dumpObjectFunction · 0.45
filterObjectMethod · 0.45
objectAddedMethod · 0.45
objectRemovedMethod · 0.45
eventFilterMethod · 0.45
objectAddedMethod · 0.45
repaintMethod · 0.45
descendantOfMethod · 0.45
tooltipForObjectMethod · 0.45
findParentOfTypeFunction · 0.45
ModelInspectorTestClass · 0.45

Calls

no outgoing calls

Tested by 3

testMockProviderMethod · 0.36
testModelContentMethod · 0.36
reparentFunction · 0.36