]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/row.hpp
TabularDecView: Implement "hide hidden rows/classes" checkbox
[pulseview.git] / pv / data / decode / row.hpp
index 000bdf9e6b935c8ee838367c7a5c8460badfcca9..71945f2e0cf0899ffc911001ef5beff0e4f17bb4 100644 (file)
@@ -66,6 +66,7 @@ public:
        const QColor get_dark_class_color(uint32_t ann_class_id) const;
 
        bool has_hidden_classes() const;
+       bool class_is_visible(uint32_t ann_class_id) const;
 
        bool operator<(const Row& other) const;
        bool operator==(const Row& other) const;