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

Method yLockToggled

gui/src/cursorcontroller.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void CursorController::yLockToggled(bool toggled)
156{
157 yLock = toggled;
158 yLockGap = plotCursors->getY1Cursor()->getPosition() - plotCursors->getY2Cursor()->getPosition();
159}
160
161void CursorController::readoutsDragToggled(bool toggled)
162{

Callers

nothing calls this directly

Calls 3

getY1CursorMethod · 0.80
getY2CursorMethod · 0.80
getPositionMethod · 0.45

Tested by

no test coverage detected