]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/row.hpp
DecodeTrace: Highlight row expand markers when a class is hidden
[pulseview.git] / pv / data / decode / row.hpp
index 21f46d22057fccaf71f32f4b419acc24980fb20f..b877b58b85b4ca25300dad8d45e12042ad30a7a8 100644 (file)
@@ -54,6 +54,8 @@ public:
        bool visible() const;
        void set_visible(bool visible);
 
+       bool has_hidden_classes() const;
+
        bool operator<(const Row& other) const;
        bool operator==(const Row& other) const;