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

Method setBracketPen

qcustomplot/qcustomplot.cpp:16446–16449  ·  view source on GitHub ↗

! Sets the pen 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

16444 data segment.
16445*/
16446void QCPSelectionDecoratorBracket::setBracketPen(const QPen &pen)
16447{
16448 mBracketPen = pen;
16449}
16450
16451/*!
16452 Sets the brush that will be used to draw the brackets at the beginning and end of each selected

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected