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

Method QCPSelectionDecorator

qcustomplot/qcustomplot.cpp:10342–10349  ·  view source on GitHub ↗

! Creates a new QCPSelectionDecorator instance with default values */

Source from the content-addressed store, hash-verified

10340 Creates a new QCPSelectionDecorator instance with default values
10341*/
10342QCPSelectionDecorator::QCPSelectionDecorator() :
10343 mPen(QColor(80, 80, 255), 2.5),
10344 mBrush(Qt::NoBrush),
10345 mScatterStyle(),
10346 mUsedScatterProperties(QCPScatterStyle::spNone),
10347 mPlottable(0)
10348{
10349}
10350
10351QCPSelectionDecorator::~QCPSelectionDecorator()
10352{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected