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 104 of file channelrhiview.h.
| QColor DISPLIB::ChannelRhiView::EventMarker::color |
Display colour of the line and label chip.
Definition at line 107 of file channelrhiview.h.
| QString DISPLIB::ChannelRhiView::EventMarker::label |
Short text label (shown at the bottom strip); defaults to type number.
Definition at line 108 of file channelrhiview.h.
| int DISPLIB::ChannelRhiView::EventMarker::sample = 0 |
Absolute sample index of the event onset.
Definition at line 105 of file channelrhiview.h.
| int DISPLIB::ChannelRhiView::EventMarker::type = 1 |
Numeric event type (stimulus code).
Definition at line 106 of file channelrhiview.h.