MCPcopy Create free account
hub / github.com/LUX-Core/lux / moveSelection

Method moveSelection

src/qt/qcustomplot.cpp:2898–2903  ·  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

2896 signal.
2897*/
2898void QCPSelectionRect::moveSelection(QMouseEvent *event)
2899{
2900 mRect.setBottomRight(event->pos());
2901 Q_EMIT changed(mRect, event);
2902 layer()->replot();
2903}
2904
2905/*! \internal
2906

Callers 1

mouseMoveEventMethod · 0.80

Calls 2

layerFunction · 0.85
replotMethod · 0.80

Tested by

no test coverage detected