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

Method currentLayer

3rdparty/qcustomplot/qcustomplot.cpp:14694–14697  ·  view source on GitHub ↗

! Returns the layer that is set as current layer (see \ref setCurrentLayer). */

Source from the content-addressed store, hash-verified

14692 Returns the layer that is set as current layer (see \ref setCurrentLayer).
14693*/
14694QCPLayer *QCustomPlot::currentLayer() const
14695{
14696 return mCurrentLayer;
14697}
14698
14699/*!
14700 Sets the layer with the specified \a name to be the current layer. All layerables (\ref

Callers 5

~QCPLayerMethod · 0.80
QCPLayerableMethod · 0.80
QCPAxisMethod · 0.80
QCPPolarAxisAngularMethod · 0.80
registerPolarGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected