! 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 */
| 13215 | \see setInteractions |
| 13216 | */ |
| 13217 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected