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 |
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.
|
default |
|
default |
| QString MNELIB::MNEEvent::comment |
Free-text event comment.
Definition at line 73 of file mne_event.h.
| 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.
| unsigned int MNELIB::MNEEvent::from = 0 |
Source transition value.
Definition at line 68 of file mne_event.h.
| int MNELIB::MNEEvent::sample = 0 |
Sample number.
Definition at line 70 of file mne_event.h.
| bool MNELIB::MNEEvent::show = false |
Display flag (application-defined).
Definition at line 71 of file mne_event.h.
| unsigned int MNELIB::MNEEvent::to = 0 |
Destination transition value.
Definition at line 69 of file mne_event.h.