! 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. */
| 10826 | The scatter shape is automatically set to \ref ssPixmap. |
| 10827 | */ |
| 10828 | void 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. |
no test coverage detected