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

Method cachedValue

core/bindingnode.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61QVariant BindingNode::cachedValue() const
62{
63 return m_value;
64}
65QVariant BindingNode::readValue() const
66{
67 return m_object->metaObject()->property(m_propertyIndex).read(m_object);

Callers 4

refreshMethod · 0.80
dataMethod · 0.80
testMockProviderMethod · 0.80

Calls

no outgoing calls

Tested by 2

testMockProviderMethod · 0.64