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

Method setInterpolating

qcustomplot/qcustomplot.cpp:29782–29785  ·  view source on GitHub ↗

! 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

Source from the content-addressed store, hash-verified

29780 \see setGraph, setGraphKey
29781*/
29782void QCPItemTracer::setInterpolating(bool enabled)
29783{
29784 mInterpolating = enabled;
29785}
29786
29787/* inherits documentation from base class */
29788double QCPItemTracer::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected