MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setLayer

Method setLayer

3rdparty/qcustomplot/qcustomplot.cpp:1411–1414  ·  view source on GitHub ↗

! Sets the \a layer of this layerable object. The object will be placed on top of the other objects already on \a layer. If \a layer is 0, this layerable will not be on any layer and thus not appear in the plot (or interact/receive events). Returns true if the layer of this layerable was successfully changed to \a layer. */

Source from the content-addressed store, hash-verified

1409 Returns true if the layer of this layerable was successfully changed to \a layer.
1410*/
1411bool QCPLayerable::setLayer(QCPLayer *layer)
1412{
1413 return moveToLayer(layer, false);
1414}
1415
1416/*! \overload
1417 Sets the layer of this layerable object by name

Callers 5

~QCPLayerMethod · 0.80
QCustomPlotMethod · 0.80
registerPlottableMethod · 0.80
registerItemMethod · 0.80
registerPolarGraphMethod · 0.80

Calls 1

layerMethod · 0.80

Tested by

no test coverage detected