MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / endSelection

Method endSelection

3rdparty/qcustomplot/qcustomplot.cpp:2944–2949  ·  view source on GitHub ↗

! \internal This method is called by QCustomPlot to indicate that an ongoing selection rect interaction has finished by the user releasing the mouse button. The default implementation deactivates the selection rect and emits the \ref accepted signal. */

Source from the content-addressed store, hash-verified

2942 selection rect and emits the \ref accepted signal.
2943*/
2944void QCPSelectionRect::endSelection(QMouseEvent *event)
2945{
2946 mRect.setBottomRight(event->pos());
2947 mActive = false;
2948 emit accepted(mRect, event);
2949}
2950
2951/*! \internal
2952

Callers 1

mouseReleaseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected