! \internal Returns the pen that is used to draw the (major) ticks. Depending on the selection state, this is either mSelectedTickPen or mTickPen. */
| 9046 | is either mSelectedTickPen or mTickPen. |
| 9047 | */ |
| 9048 | QPen QCPAxis::getTickPen() const |
| 9049 | { |
| 9050 | return mSelectedParts.testFlag(spAxis) ? mSelectedTickPen : mTickPen; |
| 9051 | } |
| 9052 | |
| 9053 | /*! \internal |
| 9054 |
nothing calls this directly
no outgoing calls
no test coverage detected