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

Method setLength

qcustomplot/qcustomplot.cpp:5208–5211  ·  view source on GitHub ↗

! Sets the length of the ending decoration, if the style supports it. On arrows, for example, the length defines the size in pointing direction. \see setWidth */

Source from the content-addressed store, hash-verified

5206 \see setWidth
5207*/
5208void QCPLineEnding::setLength(double length)
5209{
5210 mLength = length;
5211}
5212
5213/*!
5214 Sets whether the ending decoration shall be inverted. For example, an arrow decoration will point

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected