! Sets the color that is used for tick labels when they are selected. \see setTickLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */
| 8328 | \see setTickLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions |
| 8329 | */ |
| 8330 | void QCPAxis::setSelectedTickLabelColor(const QColor &color) |
| 8331 | { |
| 8332 | if (color != mSelectedTickLabelColor) |
| 8333 | { |
| 8334 | mSelectedTickLabelColor = color; |
| 8335 | } |
| 8336 | } |
| 8337 | |
| 8338 | /*! |
| 8339 | Sets the color that is used for the axis label when it is selected. |
nothing calls this directly
no outgoing calls
no test coverage detected