MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / currentLayer

Method currentLayer

qcustomplot.cpp:13999–14002  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13997 Returns the layer that is set as current layer (see \ref setCurrentLayer).
13998*/
13999QCPLayer *QCustomPlot::currentLayer() const
14000{
14001 return mCurrentLayer;
14002}
14003
14004/*!
14005 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