* @brief Returns the visible plot time window in seconds (newest sample at 0). */
| 292 | * @brief Returns the visible plot time window in seconds (newest sample at 0). |
| 293 | */ |
| 294 | double 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. |
no outgoing calls
no test coverage detected