Stimulus / event marker — a coloured vertical line at a given sample. More...
#include <channelrhiview.h>
Public Attributes | |
| int | sample = 0 |
| Absolute sample index of the event onset. | |
| int | type = 1 |
| Numeric event type (stimulus code). | |
| QColor | color |
| Display colour of the line and label chip. | |
| QString | label |
| Short text label (shown at the bottom strip); defaults to type number. | |
Stimulus / event marker — a coloured vertical line at a given sample.
Definition at line 90 of file channelrhiview.h.
| QColor DISPLIB::ChannelRhiView::EventMarker::color |
Display colour of the line and label chip.
Definition at line 93 of file channelrhiview.h.
| QString DISPLIB::ChannelRhiView::EventMarker::label |
Short text label (shown at the bottom strip); defaults to type number.
Definition at line 94 of file channelrhiview.h.
| int DISPLIB::ChannelRhiView::EventMarker::sample = 0 |
Absolute sample index of the event onset.
Definition at line 91 of file channelrhiview.h.
| int DISPLIB::ChannelRhiView::EventMarker::type = 1 |
Numeric event type (stimulus code).
Definition at line 92 of file channelrhiview.h.