MCPcopy Create free account
hub / github.com/LUX-Core/lux / setParentLayerable

Method setParentLayerable

src/qt/qcustomplot.cpp:1522–1525  ·  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

1520 \see realVisibility
1521*/
1522void QCPLayerable::setParentLayerable(QCPLayerable *parentLayerable)
1523{
1524 mParentLayerable = parentLayerable;
1525}
1526
1527/*! \internal
1528

Callers 3

adoptElementMethod · 0.80
releaseElementMethod · 0.80
QCPAxisRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected