! Sets the font that is used for the axis label when it is selected. \see setLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */
| 8317 | \see setLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions |
| 8318 | */ |
| 8319 | void QCPAxis::setSelectedLabelFont(const QFont &font) |
| 8320 | { |
| 8321 | mSelectedLabelFont = font; |
| 8322 | // don't set mCachedMarginValid to false here because margin calculation is always done with non-selected fonts |
| 8323 | } |
| 8324 | |
| 8325 | /*! |
| 8326 | Sets the color that is used for tick labels when they are selected. |
nothing calls this directly
no outgoing calls
no test coverage detected