MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setShape

Method setShape

qcustomplot/qcustomplot.cpp:10071–10074  ·  view source on GitHub ↗

! 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 */

Source from the content-addressed store, hash-verified

10069 \see setSize
10070*/
10071void 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected