Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ observedBy
Method
observedBy
src/KDChart/KDChartAbstractAxis.cpp:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
bool KDChart::AbstractAxis::observedBy(AbstractDiagram *diagram) const
235
{
236
return d->hasDiagram(diagram);
237
}
238
239
void KDChart::AbstractAxis::update()
240
{
Callers
5
testIntialOwnership
Method · 0.80
testTakingOwnership
Method · 0.80
testGivingUpOwnership
Method · 0.80
testReplacing
Method · 0.80
testReplacingWithPropagation
Method · 0.80
Calls
1
hasDiagram
Method · 0.80
Tested by
no test coverage detected