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

Method enableMarkerPanel

gui/src/plotmanager.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74void PlotManager::enableStatsPanel(bool b) { m_statsPanel->setVisible(b); }
75
76void PlotManager::enableMarkerPanel(bool b) { m_markerPanel->setVisible(b); }
77
78void PlotManager::enableGenalyzerPanel(bool b) { m_genalyzerPanel->setVisible(b); }
79

Callers 2

createIIOFloatChannelMethod · 0.80

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected