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

Method setInteractions

qcustomplot/qcustomplot.cpp:13128–13131  ·  view source on GitHub ↗

! 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

Source from the content-addressed store, hash-verified

13126 \see setInteraction, setSelectionTolerance
13127*/
13128void 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected