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

Method replot

gui/src/plotmanager.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170QList<PlotComponent *> PlotManager::plots() const { return m_plots; }
171
172void PlotManager::replot()
173{
174 for(PlotComponent *p : qAsConst(m_plots)) {
175 p->replot();
176 }
177 Q_EMIT newData();
178}
179
180#include "moc_plotmanager.cpp"

Callers 2

updateAxisScalesMethod · 0.45
moveChannelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected