! \internal Returns the pen that is used to draw the subticks. Depending on the selection state, this is either mSelectedSubTickPen or mSubTickPen. */
| 9056 | is either mSelectedSubTickPen or mSubTickPen. |
| 9057 | */ |
| 9058 | QPen QCPAxis::getSubTickPen() const |
| 9059 | { |
| 9060 | return mSelectedParts.testFlag(spAxis) ? mSelectedSubTickPen : mSubTickPen; |
| 9061 | } |
| 9062 | |
| 9063 | /*! \internal |
| 9064 |
nothing calls this directly
no outgoing calls
no test coverage detected