MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / drawShape

Method drawShape

qcustomplot.cpp:10160–10163  ·  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

10158 \see applyTo
10159*/
10160void QCPScatterStyle::drawShape(QCPPainter *painter, const QPointF &pos) const
10161{
10162 drawShape(painter, pos.x(), pos.y());
10163}
10164
10165/*! \overload
10166 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.80

Tested by

no test coverage detected