MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / source

Method source

app/src/UI/Widgets/PlotCurve.cpp:231–234  ·  view source on GitHub ↗

* @brief Returns the curve series rendered by this item. */

Source from the content-addressed store, hash-verified

229 * @brief Returns the curve series rendered by this item.
230 */
231QXYSeries* Widgets::PlotCurve::source() const noexcept
232{
233 return m_source.data();
234}
235
236/**
237 * @brief Returns the stroke color.

Callers 4

eventFilterMethod · 0.45
wheelEventMethod · 0.45
wheelEventMethod · 0.45
wheelEventMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected