MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setVisible

Method setVisible

3rdparty/qcustomplot/qcustomplot.cpp:1101–1104  ·  view source on GitHub ↗

! 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. */

Source from the content-addressed store, hash-verified

1099 visibility of the parent layer into account.
1100*/
1101void QCPLayer::setVisible(bool visible)
1102{
1103 mVisible = visible;
1104}
1105
1106/*!
1107 Sets the rendering mode of this layer.

Callers 5

QCPAxisMethod · 0.45
QCustomPlotMethod · 0.45
QCPAxisRectMethod · 0.45
setupFullAxesBoxMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected