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

Method cancel

3rdparty/qcustomplot/qcustomplot.cpp:2903–2910  ·  view source on GitHub ↗

! If there is currently a selection interaction going on (\ref isActive), the interaction is canceled. The selection rect will emit the \ref canceled signal. */

Source from the content-addressed store, hash-verified

2901 canceled. The selection rect will emit the \ref canceled signal.
2902*/
2903void QCPSelectionRect::cancel()
2904{
2905 if (mActive)
2906 {
2907 mActive = false;
2908 emit canceled(mRect, nullptr);
2909 }
2910}
2911
2912/*! \internal
2913

Callers 2

setSelectionRectModeMethod · 0.45
mouseReleaseEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected