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

Method setSelectedFont

3rdparty/qcustomplot/qcustomplot.cpp:18792–18795  ·  view source on GitHub ↗

! When this legend item is selected, \a font is used to draw generic text, instead of the normal font set with \ref setFont. \see setFont, QCPLegend::setSelectedFont */

Source from the content-addressed store, hash-verified

18790 \see setFont, QCPLegend::setSelectedFont
18791*/
18792void QCPAbstractLegendItem::setSelectedFont(const QFont &font)
18793{
18794 mSelectedFont = font;
18795}
18796
18797/*!
18798 When this legend item is selected, \a color is used to draw generic text, instead of the normal

Callers 1

AeqPreviewPlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected