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

Method xEnToggled

gui/src/cursorcontroller.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void CursorController::xEnToggled(bool toggled)
128{
129 xEn = toggled;
130 plotCursorReadouts->setXVisible(xEn);
131 readoutsSetVisible(xEn || plotCursorReadouts->isYVisible());
132 plotCursors->setXVisible(xEn);
133}
134
135void CursorController::xLockToggled(bool toggled)
136{

Callers

nothing calls this directly

Calls 2

isYVisibleMethod · 0.80
setXVisibleMethod · 0.45

Tested by

no test coverage detected