MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / QCPSelectionDecorator

Method QCPSelectionDecorator

3rdparty/qcustomplot/qcustomplot.cpp:11060–11066  ·  view source on GitHub ↗

! Creates a new QCPSelectionDecorator instance with default values */

Source from the content-addressed store, hash-verified

11058 Creates a new QCPSelectionDecorator instance with default values
11059*/
11060QCPSelectionDecorator::QCPSelectionDecorator() :
11061 mPen(QColor(80, 80, 255), 2.5),
11062 mBrush(Qt::NoBrush),
11063 mUsedScatterProperties(QCPScatterStyle::spNone),
11064 mPlottable(nullptr)
11065{
11066}
11067
11068QCPSelectionDecorator::~QCPSelectionDecorator()
11069{

Callers

nothing calls this directly

Calls 1

QColorClass · 0.85

Tested by

no test coverage detected