MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setParentLayerable

Method setParentLayerable

3rdparty/qcustomplot/qcustomplot.cpp:1554–1557  ·  view source on GitHub ↗

! \internal Sets the parent layerable of this layerable to \a parentLayerable. Note that \a parentLayerable does not become the QObject-parent (for memory management) of this layerable. The parent layerable has influence on the return value of the \ref realVisibility method. Only layerables with a fully visible parent tree will return true for \ref realVisibility, and thus be drawn

Source from the content-addressed store, hash-verified

1552 \see realVisibility
1553*/
1554void QCPLayerable::setParentLayerable(QCPLayerable *parentLayerable)
1555{
1556 mParentLayerable = parentLayerable;
1557}
1558
1559/*! \internal
1560

Callers 3

adoptElementMethod · 0.80
releaseElementMethod · 0.80
QCPAxisRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected