Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
QVariant BindingNode::cachedValue() const
62
{
63
return m_value;
64
}
65
QVariant BindingNode::readValue() const
66
{
67
return m_object->metaObject()->property(m_propertyIndex).read(m_object);
Callers
4
refresh
Method · 0.80
data
Method · 0.80
testMockProvider
Method · 0.80
testQmlBindingProvider
Method · 0.80
Calls
no outgoing calls
Tested by
2
testMockProvider
Method · 0.64
testQmlBindingProvider
Method · 0.64