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

Method refreshValue

core/bindingnode.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return m_object->metaObject()->property(m_propertyIndex).read(m_object);
68}
69void BindingNode::refreshValue()
70{
71 m_value = m_object->metaObject()->property(m_propertyIndex).read(m_object);
72}
73
74void BindingNode::setParent(BindingNode *newParent)
75{

Callers 1

refreshMethod · 0.80

Calls 2

propertyMethod · 0.45
metaObjectMethod · 0.45

Tested by

no test coverage detected