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

Method points

app/src/UI/Dashboard.cpp:461–464  ·  view source on GitHub ↗

* @brief Gets the current point/sample count setting for the dashboard plots. */

Source from the content-addressed store, hash-verified

459 * @brief Gets the current point/sample count setting for the dashboard plots.
460 */
461int UI::Dashboard::points() const noexcept
462{
463 return m_points;
464}
465
466/**
467 * @brief Retrieves the count of actions available within the dashboard.

Callers 15

nextFrameMethod · 0.45
previousFrameMethod · 0.45
setProgressMethod · 0.45
setProgressMethod · 0.45
nextFrameMethod · 0.45
previousFrameMethod · 0.45
updateRangeMethod · 0.45
updateRangeMethod · 0.45
updatePaintNodeMethod · 0.45
updatePaintNodeMethod · 0.45
nextFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected