Channel display metadata (read-only from the renderer's perspective). More...
#include <channeldatamodel.h>
Public Attributes | |
| QString | name |
| QString | typeLabel |
| QColor | color |
| float | amplitudeMax |
| bool | bad |
| bool | isVirtualChannel = false |
Channel display metadata (read-only from the renderer's perspective).
Definition at line 90 of file channeldatamodel.h.
| float DISPLIB::ChannelDisplayInfo::amplitudeMax |
Amplitude value (physical units) that maps to full row height.
Definition at line 94 of file channeldatamodel.h.
| bool DISPLIB::ChannelDisplayInfo::bad |
Whether the channel is currently marked bad.
Definition at line 95 of file channeldatamodel.h.
| QColor DISPLIB::ChannelDisplayInfo::color |
Line colour to use in the GPU renderer.
Definition at line 93 of file channeldatamodel.h.
| bool DISPLIB::ChannelDisplayInfo::isVirtualChannel = false |
Browser-level derived channel without a direct FIFF row.
Definition at line 96 of file channeldatamodel.h.
| QString DISPLIB::ChannelDisplayInfo::name |
Channel name for the label.
Definition at line 91 of file channeldatamodel.h.
| QString DISPLIB::ChannelDisplayInfo::typeLabel |
Short type string: "MEG grad", "MEG mag", "EEG", "EOG", "ECG", "EMG", "STIM", "MISC".
Definition at line 92 of file channeldatamodel.h.