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

Method QCPSelectionDecoratorBracket

qcustomplot/qcustomplot.cpp:16426–16436  ·  view source on GitHub ↗

! Creates a new QCPSelectionDecoratorBracket instance with default values. */

Source from the content-addressed store, hash-verified

16424 Creates a new QCPSelectionDecoratorBracket instance with default values.
16425*/
16426QCPSelectionDecoratorBracket::QCPSelectionDecoratorBracket() :
16427 mBracketPen(QPen(Qt::black)),
16428 mBracketBrush(Qt::NoBrush),
16429 mBracketWidth(5),
16430 mBracketHeight(50),
16431 mBracketStyle(bsSquareBracket),
16432 mTangentToData(false),
16433 mTangentAverage(2)
16434{
16435
16436}
16437
16438QCPSelectionDecoratorBracket::~QCPSelectionDecoratorBracket()
16439{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected