QAbstractItemDelegate painting one row of the SpectrumView as a horizontal frequency band. More...
#include "../../disp_global.h"#include <QAbstractItemDelegate>#include <QPointer>#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| class | DISPLIB::FrequencySpectrumDelegate |
| QAbstractItemDelegate painting one SpectrumView row as a horizontal frequency band. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
QAbstractItemDelegate painting one row of the SpectrumView as a horizontal frequency band.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
FrequencySpectrumDelegate reads the per-row FFT amplitudes from FrequencySpectrumModel, maps them through a Hot / Jet colour table and draws the resulting pixel strip into the row rectangle during paint(). It also paints the lower / upper frequency cursors emitted by SpectrumSettingsView.
Definition in file frequencyspectrumdelegate.h.