MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / xTrackToggled

Method xTrackToggled

gui/src/cursorcontroller.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void CursorController::xTrackToggled(bool toggled)
142{
143 xTrack = toggled;
144 plotCursors->enableTracking(xTrack);
145}
146
147void CursorController::yEnToggled(bool toggled)
148{

Callers

nothing calls this directly

Calls 1

enableTrackingMethod · 0.80

Tested by

no test coverage detected