! \internal Returns the text color that shall be used to draw text, taking into account the selection state of this item. */
| 18200 | of this item. |
| 18201 | */ |
| 18202 | QColor QCPPlottableLegendItem::getTextColor() const |
| 18203 | { |
| 18204 | return mSelected ? mSelectedTextColor : mTextColor; |
| 18205 | } |
| 18206 | |
| 18207 | /*! \internal |
| 18208 |
nothing calls this directly
no outgoing calls
no test coverage detected