* @brief Checks whether plot data updates are currently active. */
| 174 | * @brief Checks whether plot data updates are currently active. |
| 175 | */ |
| 176 | bool Widgets::FFTPlot::running() const noexcept |
| 177 | { |
| 178 | return UI::Dashboard::instance().fftPlotRunning(m_index); |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * @brief Returns the current interpolation mode. |
nothing calls this directly
no test coverage detected