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

Method startSelection

3rdparty/qcustomplot/qcustomplot.cpp:2918–2923  ·  view source on GitHub ↗

! \internal This method is called by QCustomPlot to indicate that a selection rect interaction was initiated. The default implementation sets the selection rect to active, initializes the selection rect geometry and emits the \ref started signal. */

Source from the content-addressed store, hash-verified

2916 geometry and emits the \ref started signal.
2917*/
2918void QCPSelectionRect::startSelection(QMouseEvent *event)
2919{
2920 mActive = true;
2921 mRect = QRect(event->pos(), event->pos());
2922 emit started(event);
2923}
2924
2925/*! \internal
2926

Callers 1

mousePressEventMethod · 0.80

Calls 1

QRectClass · 0.85

Tested by

no test coverage detected