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

Method plotTimeRange

app/src/UI/Dashboard.cpp:294–297  ·  view source on GitHub ↗

* @brief Returns the visible plot time window in seconds (newest sample at 0). */

Source from the content-addressed store, hash-verified

292 * @brief Returns the visible plot time window in seconds (newest sample at 0).
293 */
294double UI::Dashboard::plotTimeRange() const noexcept
295{
296 return m_plotTimeRange;
297}
298
299/**
300 * @brief Returns the auto-layout margin (px) reserved between tiled windows and the canvas edges.

Callers 8

beginSessionMethod · 0.45
setTimeRangeMethod · 0.45
getTimeRangeMethod · 0.45
getStatusMethod · 0.45
DashboardMethod · 0.45
updateRangeMethod · 0.45
updateRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected