! \internal Returns the font that shall be used to draw text, taking into account the selection state of this item. */
| 18210 | item. |
| 18211 | */ |
| 18212 | QFont QCPPlottableLegendItem::getFont() const |
| 18213 | { |
| 18214 | return mSelected ? mSelectedFont : mFont; |
| 18215 | } |
| 18216 | |
| 18217 | /*! \internal |
| 18218 |
nothing calls this directly
no outgoing calls
no test coverage detected