! Sets the shape to \a shape. Note that the calls \ref setPixmap and \ref setCustomPath automatically set the shape to \ref ssPixmap and \ref ssCustom, respectively. \see setSize */
| 10069 | \see setSize |
| 10070 | */ |
| 10071 | void QCPScatterStyle::setShape(QCPScatterStyle::ScatterShape shape) |
| 10072 | { |
| 10073 | mShape = shape; |
| 10074 | } |
| 10075 | |
| 10076 | /*! |
| 10077 | Sets the pen that will be used to draw scatter points to \a pen. |
nothing calls this directly
no outgoing calls
no test coverage detected