MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / currentLayer

Method currentLayer

tools/qcustomplot.cpp:14691–14694  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14689 Returns the layer that is set as current layer (see \ref setCurrentLayer).
14690*/
14691QCPLayer *QCustomPlot::currentLayer() const
14692{
14693 return mCurrentLayer;
14694}
14695
14696/*!
14697 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