v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNEEvent Class Reference

Single trigger-event marker. More...

#include <mne_event.h>

Public Member Functions

 MNEEvent ()=default
 ~MNEEvent ()=default

Public Attributes

unsigned int from = 0
unsigned int to = 0
int sample = 0
bool show = false
bool created_here = false
QString comment

Detailed Description

Single trigger-event marker.

Records a stimulus transition (from one value to another) at a given sample position, together with an optional free-text comment.

Definition at line 62 of file mne_event.h.

Constructor & Destructor Documentation

◆ MNEEvent()

MNELIB::MNEEvent::MNEEvent ( )
default

◆ ~MNEEvent()

MNELIB::MNEEvent::~MNEEvent ( )
default

Member Data Documentation

◆ comment

QString MNELIB::MNEEvent::comment

Free-text event comment.

Definition at line 73 of file mne_event.h.

◆ created_here

bool MNELIB::MNEEvent::created_here = false

Non-zero if this event was created in the program.

Definition at line 72 of file mne_event.h.

◆ from

unsigned int MNELIB::MNEEvent::from = 0

Source transition value.

Definition at line 68 of file mne_event.h.

◆ sample

int MNELIB::MNEEvent::sample = 0

Sample number.

Definition at line 70 of file mne_event.h.

◆ show

bool MNELIB::MNEEvent::show = false

Display flag (application-defined).

Definition at line 71 of file mne_event.h.

◆ to

unsigned int MNELIB::MNEEvent::to = 0

Destination transition value.

Definition at line 69 of file mne_event.h.


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