! \internal Returns the color that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelColor or mLabelColor. */
| 9807 | is either mSelectedLabelColor or mLabelColor. |
| 9808 | */ |
| 9809 | QColor QCPAxis::getLabelColor() const |
| 9810 | { |
| 9811 | return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor; |
| 9812 | } |
| 9813 | |
| 9814 | /*! \internal |
| 9815 |
nothing calls this directly
no outgoing calls
no test coverage detected