MCPcopy 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
234bool KDChart::AbstractAxis::observedBy(AbstractDiagram *diagram) const
235{
236 return d->hasDiagram(diagram);
237}
238
239void KDChart::AbstractAxis::update()
240{

Callers 5

testIntialOwnershipMethod · 0.80
testTakingOwnershipMethod · 0.80
testGivingUpOwnershipMethod · 0.80
testReplacingMethod · 0.80

Calls 1

hasDiagramMethod · 0.80

Tested by

no test coverage detected