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

Method setBracketBrush

qcustomplot/qcustomplot.cpp:16455–16458  ·  view source on GitHub ↗

! Sets the brush that will be used to draw the brackets at the beginning and end of each selected data segment. */

Source from the content-addressed store, hash-verified

16453 data segment.
16454*/
16455void QCPSelectionDecoratorBracket::setBracketBrush(const QBrush &brush)
16456{
16457 mBracketBrush = brush;
16458}
16459
16460/*!
16461 Sets the width of the drawn bracket. The width dimension is always parallel to the key axis of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected