! Sets the tolerance that is used to decide whether a click selects an object (e.g. a plottable) or not. If the user clicks in the vicinity of the line of e.g. a QCPGraph, it's only regarded as a potential selection when the minimum distance between the click position and the graph line is smaller than \a pixels. Objects that are defined by an area (e.g. QCPBars) only react to clicks
| 13159 | \see setInteractions, QCPLayerable::selectTest |
| 13160 | */ |
| 13161 | void QCustomPlot::setSelectionTolerance(int pixels) |
| 13162 | { |
| 13163 | mSelectionTolerance = pixels; |
| 13164 | } |
| 13165 | |
| 13166 | /*! |
| 13167 | Sets whether antialiasing is disabled for this QCustomPlot while the user is dragging axes |
nothing calls this directly
no outgoing calls
no test coverage detected