MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / moveSelection

Method moveSelection

3rdparty/qcustomplot/qcustomplot.cpp:2931–2936  ·  view source on GitHub ↗

! \internal This method is called by QCustomPlot to indicate that an ongoing selection rect interaction needs to update its geometry. The default implementation updates the rect and emits the \ref changed signal. */

Source from the content-addressed store, hash-verified

2929 signal.
2930*/
2931void QCPSelectionRect::moveSelection(QMouseEvent *event)
2932{
2933 mRect.setBottomRight(event->pos());
2934 emit changed(mRect, event);
2935 layer()->replot();
2936}
2937
2938/*! \internal
2939

Callers 1

mouseMoveEventMethod · 0.80

Calls 1

replotMethod · 0.80

Tested by

no test coverage detected