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

Method addPlotAxisHandle

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

Source from the content-addressed store, hash-verified

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

Callers 6

initPlotComponentMethod · 0.80
initPlotComponentMethod · 0.80
setupChannelMethod · 0.80
TestToolMethod · 0.80
GRTimeChannelAddonMethod · 0.80
ImportChannelAddonMethod · 0.80

Calls 3

appendMethod · 0.80
positionMethod · 0.45
axisMethod · 0.45

Tested by 1

TestToolMethod · 0.64