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

Method setFixedHandleVisible

gui/src/plotmarkercontroller.cpp:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void PlotMarkerController::setFixedHandleVisible(bool b)
111{
112 m_handlesVisible = b;
113 if(m_markerType == MC_FIXED) {
114 for(auto handle : qAsConst(m_fixedHandles)) {
115 handle->handle()->setVisible(b);
116 handle->handle()->raise();
117 }
118 }
119}
120
121void PlotMarkerController::deinitFixedMarker()
122{

Callers 2

initFixedMarkerMethod · 0.80
createMarkerMenuMethod · 0.80

Calls 3

setVisibleMethod · 0.45
handleMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected