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

Method getX1Cursor

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

Source from the content-addressed store, hash-verified

122PlotAxisHandle *PlotCursors::getY2Cursor() { return m_yCursors.second; }
123
124PlotAxisHandle *PlotCursors::getX1Cursor() { return m_xCursors.first; }
125
126PlotAxisHandle *PlotCursors::getX2Cursor() { return m_xCursors.second; }
127

Callers 2

CursorControllerMethod · 0.80
xLockToggledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected