MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / name

Function name

3rdparty/qcustomplot/qcustomplot.h:3514–3517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3512public:
3513 QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis);
3514 virtual ~QCPAbstractPlottable() Q_DECL_OVERRIDE;
3515
3516 // getters:
3517 QString name() const { return mName; }
3518 bool antialiasedFill() const { return mAntialiasedFill; }
3519 bool antialiasedScatters() const { return mAntialiasedScatters; }
3520 QPen pen() const { return mPen; }

Callers 1

drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected