Per-modality vertical-scale spinbox panel (one spin per channel type). More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::ScalingView |
| Per-modality y-scale spinbox panel built from ScaleControl widgets. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Functions | |
| float | DISPLIB::getDefaultScalingValue (int iChannelKind, int iChannelUnit) |
| float | DISPLIB::getScalingValue (const QMap< qint32, float > &qMapChScaling, int iChannelKind, int iChannelUnit) |
Per-modality vertical-scale spinbox panel (one spin per channel type).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
ScalingView assembles a ScaleControl per channel modality in the active FiffInfo (MAG in fT, GRAD in fT/cm, EEG in µV, …) and emits a scalingChanged map every time the user nudges one. Consumed by RtFiffRawView, ChannelDataView and ButterflyView to translate raw SI units into screen units.
Definition in file scalingview.h.