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