actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected