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

Method start

gui/src/plotautoscaler.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53bool PlotAutoscaler::isActive() const { return m_autoScaleTimer->isActive(); }
54
55void PlotAutoscaler::start() { m_autoScaleTimer->start(); }
56
57void PlotAutoscaler::stop() { m_autoScaleTimer->stop(); }
58

Callers 7

toggleAnimMethod · 0.45
startAnimationMethod · 0.45
toggleMenuMethod · 0.45
startProgressMethod · 0.45
handleSingleMethod · 0.45
handleStreamMethod · 0.45
refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected