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