Time-span annotation overlay. More...
#include <channelrhiview.h>
Public Attributes | |
| int | startSample = 0 |
| Absolute first sample covered by the annotation. | |
| int | endSample = 0 |
| Absolute last sample covered by the annotation. | |
| QColor | color |
| Fill / border colour for the highlighted span. | |
| QString | label |
| Annotation label shown near the top edge. | |
Time-span annotation overlay.
Definition at line 115 of file channelrhiview.h.
| QColor DISPLIB::ChannelRhiView::AnnotationSpan::color |
Fill / border colour for the highlighted span.
Definition at line 118 of file channelrhiview.h.
| int DISPLIB::ChannelRhiView::AnnotationSpan::endSample = 0 |
Absolute last sample covered by the annotation.
Definition at line 117 of file channelrhiview.h.
| QString DISPLIB::ChannelRhiView::AnnotationSpan::label |
Annotation label shown near the top edge.
Definition at line 119 of file channelrhiview.h.
| int DISPLIB::ChannelRhiView::AnnotationSpan::startSample = 0 |
Absolute first sample covered by the annotation.
Definition at line 116 of file channelrhiview.h.