MCPcopy Create free account
hub / github.com/LUX-Core/lux / drawShape

Method drawShape

src/qt/qcustomplot.cpp:10149–10152  ·  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

10147 \see applyTo
10148*/
10149void QCPScatterStyle::drawShape(QCPPainter *painter, const QPointF &pos) const
10150{
10151 drawShape(painter, pos.x(), pos.y());
10152}
10153
10154/*! \overload
10155 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.80
containsMethod · 0.45

Tested by

no test coverage detected