Lightweight event mark passed to TimeRulerWidget for the stim lane. More...
#include <timerulerwidget.h>
Public Attributes | |
| int | sample = 0 |
| Absolute sample index. | |
| QColor | color |
| Display colour. | |
| QString | label |
| Short text (event type number). | |
Lightweight event mark passed to TimeRulerWidget for the stim lane.
Definition at line 65 of file timerulerwidget.h.
| QColor DISPLIB::TimeRulerEventMark::color |
Display colour.
Definition at line 67 of file timerulerwidget.h.
| QString DISPLIB::TimeRulerEventMark::label |
Short text (event type number).
Definition at line 68 of file timerulerwidget.h.
| int DISPLIB::TimeRulerEventMark::sample = 0 |
Absolute sample index.
Definition at line 66 of file timerulerwidget.h.