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

Method setBracketStyle

qcustomplot/qcustomplot.cpp:16485–16488  ·  view source on GitHub ↗

! Sets the shape that the bracket/marker will have. \see setBracketWidth, setBracketHeight */

Source from the content-addressed store, hash-verified

16483 \see setBracketWidth, setBracketHeight
16484*/
16485void QCPSelectionDecoratorBracket::setBracketStyle(QCPSelectionDecoratorBracket::BracketStyle style)
16486{
16487 mBracketStyle = style;
16488}
16489
16490/*!
16491 Sets whether the brackets will be rotated such that they align with the slope of the data at the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected