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

Method removeChannels

gui/src/plotautoscaler.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void PlotAutoscaler::removeChannels(PlotChannel *c)
138{
139 m_channels.removeAll(c);
140 disconnect(c, &PlotChannel::newData, this, &PlotAutoscaler::onNewData);
141}
142
143double PlotAutoscaler::tolerance() const { return m_tolerance; }
144

Callers 7

removeChannelFromPlotMethod · 0.45
createCurveMenuMethod · 0.45
removeChannelFromPlotMethod · 0.45
removeChannelMethod · 0.45
removeChannelFromPlotMethod · 0.45
removeChannelMethod · 0.45
clearPlotChannelsMethod · 0.45

Calls 1

disconnectFunction · 0.85

Tested by

no test coverage detected