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

Method setXVisible

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

Source from the content-addressed store, hash-verified

132}
133
134void PlotCursors::setXVisible(bool visible)
135{
136 m_xCursors.first->handle()->setVisible(visible);
137 m_xCursors.second->handle()->setVisible(visible);
138 m_xCursors.first->handle()->raise();
139 m_xCursors.second->handle()->raise();
140 updateTracking();
141 Q_EMIT update();
142}
143
144void PlotCursors::setYVisible(bool visible)
145{

Callers 2

xEnToggledMethod · 0.45
cursorsSetVisibleMethod · 0.45

Calls 3

setVisibleMethod · 0.45
handleMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected