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

Method getY2Cursor

gui/src/plotcursors.cpp:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120PlotAxisHandle *PlotCursors::getY1Cursor() { return m_yCursors.first; }
121
122PlotAxisHandle *PlotCursors::getY2Cursor() { return m_yCursors.second; }
123
124PlotAxisHandle *PlotCursors::getX1Cursor() { return m_xCursors.first; }
125

Callers 2

CursorControllerMethod · 0.80
yLockToggledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected