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

Method readValue

core/bindingnode.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return m_value;
64}
65QVariant BindingNode::readValue() const
66{
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);

Callers 1

refreshMethod · 0.80

Calls 2

propertyMethod · 0.45
metaObjectMethod · 0.45

Tested by

no test coverage detected