X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fdecodetrace.hpp;fp=pv%2Fviews%2Ftrace%2Fdecodetrace.hpp;h=d7fddbc28ed90d35b1f389e32a7ab07c2e4b0365;hp=e262498848bf2c2c513498c69a499d6d2bc96bad;hb=81dc02212c05c99554194a15f9b584e6b500cda9;hpb=4526de63ae7ed0c3d1a708a84be16acbb9b62356;ds=sidebyside diff --git a/pv/views/trace/decodetrace.hpp b/pv/views/trace/decodetrace.hpp index e2624988..d7fddbc2 100644 --- a/pv/views/trace/decodetrace.hpp +++ b/pv/views/trace/decodetrace.hpp @@ -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;