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

Method setMultiSelectModifier

qcustomplot/qcustomplot.cpp:13217–13220  ·  view source on GitHub ↗

! Sets the keyboard modifier that will be recognized as multi-select-modifier. If \ref QCP::iMultiSelect is specified in \ref setInteractions, the user may select multiple objects (or data points) by clicking on them one after the other while holding down \a modifier. By default the multi-select-modifier is set to Qt::ControlModifier. \see setInteractions */

Source from the content-addressed store, hash-verified

13215 \see setInteractions
13216*/
13217void QCustomPlot::setMultiSelectModifier(Qt::KeyboardModifier modifier)
13218{
13219 mMultiSelectModifier = modifier;
13220}
13221
13222/*!
13223 Sets how QCustomPlot processes mouse click-and-drag interactions by the user.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected