v2.0.0
Loading...
Searching...
No Matches
DISPLIB::ChannelDisplayInfo Struct Reference

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

Detailed Description

Channel display metadata (read-only from the renderer's perspective).

Definition at line 90 of file channeldatamodel.h.

Member Data Documentation

◆ amplitudeMax

float DISPLIB::ChannelDisplayInfo::amplitudeMax

Amplitude value (physical units) that maps to full row height.

Definition at line 94 of file channeldatamodel.h.

◆ bad

bool DISPLIB::ChannelDisplayInfo::bad

Whether the channel is currently marked bad.

Definition at line 95 of file channeldatamodel.h.

◆ color

QColor DISPLIB::ChannelDisplayInfo::color

Line colour to use in the GPU renderer.

Definition at line 93 of file channeldatamodel.h.

◆ isVirtualChannel

bool DISPLIB::ChannelDisplayInfo::isVirtualChannel = false

Browser-level derived channel without a direct FIFF row.

Definition at line 96 of file channeldatamodel.h.

◆ name

QString DISPLIB::ChannelDisplayInfo::name

Channel name for the label.

Definition at line 91 of file channeldatamodel.h.

◆ typeLabel

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.


The documentation for this struct was generated from the following file: