! \internal Returns the pen that is used to draw the axis base line. Depending on the selection state, this is either mSelectedBasePen or mBasePen. */
| 9036 | is either mSelectedBasePen or mBasePen. |
| 9037 | */ |
| 9038 | QPen QCPAxis::getBasePen() const |
| 9039 | { |
| 9040 | return mSelectedParts.testFlag(spAxis) ? mSelectedBasePen : mBasePen; |
| 9041 | } |
| 9042 | |
| 9043 | /*! \internal |
| 9044 |
nothing calls this directly
no outgoing calls
no test coverage detected