! Sets whether the value of the graph's data points shall be interpolated, when positioning the tracer. If \a enabled is set to false and a key is given with \ref setGraphKey, the tracer is placed on the data point of the graph which is closest to the key, but which is not necessarily exactly there. If \a enabled is true, the tracer will be positioned exactly at the specified key, and
| 29780 | \see setGraph, setGraphKey |
| 29781 | */ |
| 29782 | void QCPItemTracer::setInterpolating(bool enabled) |
| 29783 | { |
| 29784 | mInterpolating = enabled; |
| 29785 | } |
| 29786 | |
| 29787 | /* inherits documentation from base class */ |
| 29788 | double QCPItemTracer::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const |
nothing calls this directly
no outgoing calls
no test coverage detected