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

Method drawCurveLine

3rdparty/qcustomplot/qcustomplot.cpp:23014–23021  ·  view source on GitHub ↗

! \internal Draws lines between the points in \a lines, given in pixel coordinates. \see drawScatterPlot, getCurveLines */

Source from the content-addressed store, hash-verified

23012 \see drawScatterPlot, getCurveLines
23013*/
23014void QCPCurve::drawCurveLine(QCPPainter *painter, const QVector<QPointF> &lines) const
23015{
23016 if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0)
23017 {
23018 applyDefaultAntialiasingHint(painter);
23019 drawPolyline(painter, lines);
23020 }
23021}
23022
23023/*! \internal
23024

Callers

nothing calls this directly

Calls 2

alphaMethod · 0.80
colorMethod · 0.45

Tested by

no test coverage detected