! \internal Returns the font that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelFont or mLabelFont. */
| 9076 | is either mSelectedLabelFont or mLabelFont. |
| 9077 | */ |
| 9078 | QFont QCPAxis::getLabelFont() const |
| 9079 | { |
| 9080 | return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelFont : mLabelFont; |
| 9081 | } |
| 9082 | |
| 9083 | /*! \internal |
| 9084 |
nothing calls this directly
no outgoing calls
no test coverage detected