! Sets the default text color of this specific legend item to \a color. \see setFont, QCPLegend::setTextColor */
| 18779 | \see setFont, QCPLegend::setTextColor |
| 18780 | */ |
| 18781 | void QCPAbstractLegendItem::setTextColor(const QColor &color) |
| 18782 | { |
| 18783 | mTextColor = color; |
| 18784 | } |
| 18785 | |
| 18786 | /*! |
| 18787 | When this legend item is selected, \a font is used to draw generic text, instead of the normal |
no outgoing calls
no test coverage detected