* @brief Checks whether an FFT plot is currently active. */
| 867 | * @brief Checks whether an FFT plot is currently active. |
| 868 | */ |
| 869 | bool UI::Dashboard::fftPlotRunning(const int index) |
| 870 | { |
| 871 | if (m_activeFFTPlots.contains(index)) |
| 872 | return m_activeFFTPlots[index]; |
| 873 | |
| 874 | return false; |
| 875 | } |
| 876 | |
| 877 | /** |
| 878 | * @brief Checks whether a multiplot is currently active. |