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

Method removeAxis

gui/src/widgets/menuplotaxisrangecontrol.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void MenuPlotAxisRangeControl::removeAxis(PlotAxis *ax)
75{
76 for(const QMetaObject::Connection &c : qAsConst(connections[ax])) {
77 QObject::disconnect(c);
78 }
79 connections.remove(ax);
80}
81
82MenuPlotAxisRangeControl::~MenuPlotAxisRangeControl() {}
83

Callers 3

removeChannelFromPlotMethod · 0.80
removeChannelFromPlotMethod · 0.80
removeChannelFromPlotMethod · 0.80

Calls 2

disconnectFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected