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

Method cursorsSetVisible

gui/src/cursorcontroller.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257void CursorController::readoutsSetVisible(bool visible) { hoverReadouts->setVisible(visible && (xEn || yEn)); }
258
259void CursorController::cursorsSetVisible(bool visible)
260{
261 plotCursors->setXVisible(visible && xEn);
262 plotCursors->setYVisible(visible && yEn);
263}
264
265PlotCursors *CursorController::getPlotCursors() { return plotCursors; }
266

Callers

nothing calls this directly

Calls 2

setXVisibleMethod · 0.45
setYVisibleMethod · 0.45

Tested by

no test coverage detected