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

Method setPixmap

3rdparty/qcustomplot/qcustomplot.cpp:10828–10832  ·  view source on GitHub ↗

! Sets the pixmap that will be drawn as scatter point to \a pixmap. Note that \ref setSize does not influence the appearance of the pixmap. The scatter shape is automatically set to \ref ssPixmap. */

Source from the content-addressed store, hash-verified

10826 The scatter shape is automatically set to \ref ssPixmap.
10827*/
10828void QCPScatterStyle::setPixmap(const QPixmap &pixmap)
10829{
10830 setShape(ssPixmap);
10831 mPixmap = pixmap;
10832}
10833
10834/*!
10835 Sets the custom shape that will be drawn as scatter point to \a customPath.

Callers 3

drawLegendIconMethod · 0.80
openBaseMethod · 0.80
refreshMethod · 0.80

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected