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

Method enableGenalyzerPanel

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

Source from the content-addressed store, hash-verified

76void PlotManager::enableMarkerPanel(bool b) { m_markerPanel->setVisible(b); }
77
78void PlotManager::enableGenalyzerPanel(bool b) { m_genalyzerPanel->setVisible(b); }
79
80void PlotManager::setXInterval(double xMin, double xMax)
81{

Callers 2

initMethod · 0.80
createFFTSinkMethod · 0.80

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected