! \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
| 1552 | \see realVisibility |
| 1553 | */ |
| 1554 | void QCPLayerable::setParentLayerable(QCPLayerable *parentLayerable) |
| 1555 | { |
| 1556 | mParentLayerable = parentLayerable; |
| 1557 | } |
| 1558 | |
| 1559 | /*! \internal |
| 1560 |
no outgoing calls
no test coverage detected