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

Method QCPScatterStyle

qcustomplot/qcustomplot.cpp:9920–9927  ·  view source on GitHub ↗

! Creates a new QCPScatterStyle instance with size set to 6. No shape, pen or brush is defined. Since the pen is undefined (\ref isPenDefined returns false), the scatter color will be inherited from the plottable that uses this scatter style. */

Source from the content-addressed store, hash-verified

9918 from the plottable that uses this scatter style.
9919*/
9920QCPScatterStyle::QCPScatterStyle() :
9921 mSize(6),
9922 mShape(ssNone),
9923 mPen(Qt::NoPen),
9924 mBrush(Qt::NoBrush),
9925 mPenDefined(false)
9926{
9927}
9928
9929/*!
9930 Creates a new QCPScatterStyle instance with shape set to \a shape and size to \a size. No pen or

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected