MCPcopy Create free account
hub / github.com/LUX-Core/lux / currentLayer

Method currentLayer

src/qt/qcustomplot.cpp:13988–13991  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13986 Returns the layer that is set as current layer (see \ref setCurrentLayer).
13987*/
13988QCPLayer *QCustomPlot::currentLayer() const
13989{
13990 return mCurrentLayer;
13991}
13992
13993/*!
13994 Sets the layer with the specified \a name to be the current layer. All layerables (\ref

Callers 3

~QCPLayerMethod · 0.80
QCPLayerableMethod · 0.80
QCPAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected