! \internal Returns the color that should be used for drawing text. Returns mColor when the item is not selected and mSelectedColor when it is. */
| 29118 | selected and mSelectedColor when it is. |
| 29119 | */ |
| 29120 | QColor QCPItemText::mainColor() const |
| 29121 | { |
| 29122 | return mSelected ? mSelectedColor : mColor; |
| 29123 | } |
| 29124 | |
| 29125 | /*! \internal |
| 29126 |
nothing calls this directly
no outgoing calls
no test coverage detected