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

Method drawShape

3rdparty/qcustomplot/qcustomplot.cpp:10879–10882  ·  view source on GitHub ↗

! Draws the scatter shape with \a painter at position \a pos. This function does not modify the pen or the brush on the painter, as \ref applyTo is meant to be called before scatter points are drawn with \ref drawShape. \see applyTo */

Source from the content-addressed store, hash-verified

10877 \see applyTo
10878*/
10879void QCPScatterStyle::drawShape(QCPPainter *painter, const QPointF &pos) const
10880{
10881 drawShape(painter, pos.x(), pos.y());
10882}
10883
10884/*! \overload
10885 Draws the scatter shape with \a painter at position \a x and \a y.

Callers 3

drawLegendIconMethod · 0.80
drawScatterPlotMethod · 0.80
drawStatisticalBoxMethod · 0.80

Calls 4

drawLineMethod · 0.80
setBrushMethod · 0.80
colorMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected