! \internal Returns the pen used to paint the border of the legend, taking into account the selection state of the legend box. */
| 18784 | of the legend box. |
| 18785 | */ |
| 18786 | QPen QCPLegend::getBorderPen() const |
| 18787 | { |
| 18788 | return mSelectedParts.testFlag(spLegendBox) ? mSelectedBorderPen : mBorderPen; |
| 18789 | } |
| 18790 | |
| 18791 | /*! \internal |
| 18792 |
nothing calls this directly
no outgoing calls
no test coverage detected