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

Method setBracketHeight

qcustomplot/qcustomplot.cpp:16475–16478  ·  view source on GitHub ↗

! Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis of the data, or the tangent direction of the current data slope, if \ref setTangentToData is enabled. */

Source from the content-addressed store, hash-verified

16473 enabled.
16474*/
16475void QCPSelectionDecoratorBracket::setBracketHeight(int height)
16476{
16477 mBracketHeight = height;
16478}
16479
16480/*!
16481 Sets the shape that the bracket/marker will have.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected