* @brief Checks whether plot data updates are currently active. */
| 198 | * @brief Checks whether plot data updates are currently active. |
| 199 | */ |
| 200 | bool Widgets::Plot::running() const noexcept |
| 201 | { |
| 202 | return UI::Dashboard::instance().plotRunning(m_index); |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * @brief Returns the current interpolation mode. |
no test coverage detected