]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/decodetrace.hpp
DecodeTrace: Highlight row expand markers when a class is hidden
[pulseview.git] / pv / views / trace / decodetrace.hpp
index e262498848bf2c2c513498c69a499d6d2bc96bad..d7fddbc28ed90d35b1f389e32a7ab07c2e4b0365 100644 (file)
@@ -80,7 +80,7 @@ struct DecodeTraceRow {
 
        Row* decode_row;
        unsigned int height, expanded_height, title_width, animation_step;
-       bool exists, currently_visible;
+       bool exists, currently_visible, has_hidden_classes;
        bool expand_marker_highlighted, expanding, expanded, collapsing;
        QPolygon expand_marker_shape;
        float anim_height, anim_shape;
@@ -98,6 +98,7 @@ class DecodeTrace : public Trace
 private:
        static const QColor ErrorBgColor;
        static const QColor NoDecodeColor;
+       static const QColor ExpandMarkerWarnColor;
        static const uint8_t ExpansionAreaHeaderAlpha;
        static const uint8_t ExpansionAreaAlpha;