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

Method syncPlotNavigators

gui/src/plotnavigator.cpp:633–637  ·  view source on GitHub ↗

Sync plot navigators only on the specified axes

Source from the content-addressed store, hash-verified

631
632// Sync plot navigators only on the specified axes
633void PlotNavigator::syncPlotNavigators(PlotNavigator *pNav1, PlotNavigator *pNav2, QSet<QwtAxisId> *axes)
634{
635 syncPlotNavigatorSignals(pNav1, pNav2);
636 syncPlotNavigatorAxes(pNav1, pNav2, axes);
637}
638
639// Sync plot navigators on all axes
640// this will also work for axes added/removed later

Callers

nothing calls this directly

Calls 7

axesMethod · 0.80
navigatorsMethod · 0.80
connectFunction · 0.50
isXAxisEnMethod · 0.45
getXAxisMethod · 0.45
isYAxisEnMethod · 0.45
getYAxisMethod · 0.45

Tested by

no test coverage detected