! \internal Returns the color that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelColor or mLabelColor. */
| 9096 | is either mSelectedLabelColor or mLabelColor. |
| 9097 | */ |
| 9098 | QColor QCPAxis::getLabelColor() const |
| 9099 | { |
| 9100 | return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor; |
| 9101 | } |
| 9102 | |
| 9103 | /*! \internal |
| 9104 |
nothing calls this directly
no outgoing calls
no test coverage detected