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

Method removePlotAxisHandle

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

Source from the content-addressed store, hash-verified

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
201void PlotWidget::addPlotAxis(PlotAxis *ax) { m_plotAxis[ax->position()].append(ax); }
202

Callers 2

deinitPlotComponentMethod · 0.80
deinitPlotComponentMethod · 0.80

Calls 2

positionMethod · 0.45
axisMethod · 0.45

Tested by

no test coverage detected