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

Function interface1D

qcustomplot/qcustomplot.h:3341–3341  ·  view source on GitHub ↗

actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables

Source from the content-addressed store, hash-verified

3339 // introduced virtual methods:
3340 virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE = 0; // actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables
3341 virtual QCPPlottableInterface1D *interface1D() { return 0; }
3342 virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const = 0;
3343 virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const = 0;
3344

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected