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

Method setVisible

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

Source from the content-addressed store, hash-verified

126PlotAxisHandle *PlotCursors::getX2Cursor() { return m_xCursors.second; }
127
128void PlotCursors::setVisible(bool visible)
129{
130 setXVisible(visible);
131 setYVisible(visible);
132}
133
134void PlotCursors::setXVisible(bool visible)
135{

Callers 3

setXVisibleMethod · 0.45
setYVisibleMethod · 0.45
enableTrackingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected