! Sets the possible interactions of this QCustomPlot as an or-combination of \ref QCP::Interaction enums. There are the following types of interactions: Axis range manipulation is controlled via \ref QCP::iRangeDrag and \ref QCP::iRangeZoom. When the respective interaction is enabled, the user may drag axes ranges and zoom with the mouse wheel. For details how to control which
| 13126 | \see setInteraction, setSelectionTolerance |
| 13127 | */ |
| 13128 | void QCustomPlot::setInteractions(const QCP::Interactions &interactions) |
| 13129 | { |
| 13130 | mInteractions = interactions; |
| 13131 | } |
| 13132 | |
| 13133 | /*! |
| 13134 | Sets the single \a interaction of this QCustomPlot to \a enabled. |
nothing calls this directly
no outgoing calls
no test coverage detected