! Sets the pen that is used to draw the axis base line when selected. \see setBasePen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */
| 8351 | \see setBasePen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions |
| 8352 | */ |
| 8353 | void QCPAxis::setSelectedBasePen(const QPen &pen) |
| 8354 | { |
| 8355 | mSelectedBasePen = pen; |
| 8356 | } |
| 8357 | |
| 8358 | /*! |
| 8359 | Sets the pen that is used to draw the (major) ticks when selected. |
nothing calls this directly
no outgoing calls
no test coverage detected