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

Method addPlotAxis

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

Source from the content-addressed store, hash-verified

199void PlotWidget::removePlotAxisHandle(PlotAxisHandle *ax) { m_plotAxisHandles[ax->axis()->position()].removeAll(ax); }
200
201void PlotWidget::addPlotAxis(PlotAxis *ax) { m_plotAxis[ax->position()].append(ax); }
202
203bool PlotWidget::eventFilter(QObject *object, QEvent *event)
204{

Callers 1

PlotAxisMethod · 0.80

Calls 2

appendMethod · 0.80
positionMethod · 0.45

Tested by

no test coverage detected