]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/row.hpp
Introduce views::trace::RowData and everything that comes with it
[pulseview.git] / pv / data / decode / row.hpp
index 2411d4f61afaa2344660429fc2b76348f034a269..8486c5075fe0bd39d09736c750ace8bf5e2109f8 100644 (file)
@@ -43,9 +43,11 @@ public:
        const srd_decoder_annotation_row* row() const;
 
        const QString title() const;
+       const QString class_name() const;
        int index() const;
 
        bool operator<(const Row &other) const;
+       bool operator==(const Row &other) const;
 
 private:
        int index_;