! Sets whether this layer is visible or not. If \a visible is set to false, all layerables on this layer will be invisible. This function doesn't change the visibility property of the layerables (\ref QCPLayerable::setVisible), but the \ref QCPLayerable::realVisibility of each layerable takes the visibility of the parent layer into account. */
| 1099 | visibility of the parent layer into account. |
| 1100 | */ |
| 1101 | void QCPLayer::setVisible(bool visible) |
| 1102 | { |
| 1103 | mVisible = visible; |
| 1104 | } |
| 1105 | |
| 1106 | /*! |
| 1107 | Sets the rendering mode of this layer. |
no outgoing calls
no test coverage detected