! \internal Returns the brush used to paint the background of the legend, taking into account the selection state of the legend box. */
| 18794 | state of the legend box. |
| 18795 | */ |
| 18796 | QBrush QCPLegend::getBrush() const |
| 18797 | { |
| 18798 | return mSelectedParts.testFlag(spLegendBox) ? mSelectedBrush : mBrush; |
| 18799 | } |
| 18800 | |
| 18801 | /*! \internal |
| 18802 |
nothing calls this directly
no outgoing calls
no test coverage detected