MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setFont

Method setFont

3rdparty/qcustomplot/qcustomplot.cpp:5524–5531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5522}
5523
5524void QCPLabelPainterPrivate::setFont(const QFont &font)
5525{
5526 if (mFont != font)
5527 {
5528 mFont = font;
5529 analyzeFontMetrics();
5530 }
5531}
5532
5533void QCPLabelPainterPrivate::setColor(const QColor &color)
5534{

Callers 6

drawTextMethod · 0.80
drawMethod · 0.80
drawTickLabelMethod · 0.80
paintEventMethod · 0.80
paintMethod · 0.80
AeqPreviewPlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected