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

Method getChannels

gui/src/plotwidget.cpp:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195QList<PlotChannel *> PlotWidget::getChannels() { return m_plotChannels; }
196
197void PlotWidget::addPlotAxisHandle(PlotAxisHandle *ax) { m_plotAxisHandles[ax->axis()->position()].append(ax); }
198

Callers 2

connectSignalsMethod · 0.45
PlotLegendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected