v2.0.0
Loading...
Searching...
No Matches
FIFFLIB::FiffAnnotation Struct Reference

Single annotation entry. More...

#include <fiff_annotations.h>

Public Attributes

double onset
double duration
QString description
QStringList channelNames
QString comment
QVariantMap extras

Detailed Description

Single annotation entry.

Definition at line 65 of file fiff_annotations.h.

Member Data Documentation

◆ channelNames

QStringList FIFFLIB::FiffAnnotation::channelNames

Empty = global annotation.

Definition at line 70 of file fiff_annotations.h.

◆ comment

QString FIFFLIB::FiffAnnotation::comment

Optional free-form comment.

Definition at line 71 of file fiff_annotations.h.

◆ description

QString FIFFLIB::FiffAnnotation::description

Label: "BAD", "BAD_ACQ_SKIP", etc.

Definition at line 69 of file fiff_annotations.h.

◆ duration

double FIFFLIB::FiffAnnotation::duration

Duration in seconds (0 for point events).

Definition at line 68 of file fiff_annotations.h.

◆ extras

QVariantMap FIFFLIB::FiffAnnotation::extras

Format-specific metadata.

Definition at line 72 of file fiff_annotations.h.

◆ onset

double FIFFLIB::FiffAnnotation::onset

Onset in seconds.

Definition at line 67 of file fiff_annotations.h.


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