MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setTextColor

Method setTextColor

3rdparty/qcustomplot/qcustomplot.cpp:18781–18784  ·  view source on GitHub ↗

! Sets the default text color of this specific legend item to \a color. \see setFont, QCPLegend::setTextColor */

Source from the content-addressed store, hash-verified

18779 \see setFont, QCPLegend::setTextColor
18780*/
18781void 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

Callers 3

onLegendClickMethod · 0.80
onLegendDoubleClickMethod · 0.80
updateBaseColorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected