! Returns the layer that is set as current layer (see \ref setCurrentLayer). */
| 13997 | Returns the layer that is set as current layer (see \ref setCurrentLayer). |
| 13998 | */ |
| 13999 | QCPLayer *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 |
no outgoing calls
no test coverage detected