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

Method setCustomPath

qcustomplot/qcustomplot.cpp:10120–10124  ·  view source on GitHub ↗

! Sets the custom shape that will be drawn as scatter point to \a customPath. The scatter shape is automatically set to \ref ssCustom. */

Source from the content-addressed store, hash-verified

10118 The scatter shape is automatically set to \ref ssCustom.
10119*/
10120void QCPScatterStyle::setCustomPath(const QPainterPath &customPath)
10121{
10122 setShape(ssCustom);
10123 mCustomPath = customPath;
10124}
10125
10126/*!
10127 Sets this scatter style to have an undefined pen (see \ref isPenDefined for what an undefined pen

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected