! \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
| 1520 | \see realVisibility |
| 1521 | */ |
| 1522 | void QCPLayerable::setParentLayerable(QCPLayerable *parentLayerable) |
| 1523 | { |
| 1524 | mParentLayerable = parentLayerable; |
| 1525 | } |
| 1526 | |
| 1527 | /*! \internal |
| 1528 |
no outgoing calls
no test coverage detected