MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / cancel

Method cancel

qcustomplot/qcustomplot.cpp:2876–2883  ·  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

2874 canceled. The selection rect will emit the \ref canceled signal.
2875*/
2876void QCPSelectionRect::cancel()
2877{
2878 if (mActive)
2879 {
2880 mActive = false;
2881 emit canceled(mRect, 0);
2882 }
2883}
2884
2885/*! \internal
2886

Callers 3

setSelectionRectModeMethod · 0.80
mouseReleaseEventMethod · 0.80
xFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected