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

Method setBracketWidth

qcustomplot/qcustomplot.cpp:16465–16468  ·  view source on GitHub ↗

! Sets the width of the drawn bracket. The width dimension is always parallel 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

16463 enabled.
16464*/
16465void QCPSelectionDecoratorBracket::setBracketWidth(int width)
16466{
16467 mBracketWidth = width;
16468}
16469
16470/*!
16471 Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected