]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/annotation.hpp
Add row colors and some fixes
[pulseview.git] / pv / data / decode / annotation.hpp
index cf20a48b20ae132032f14acddf7e68a957c0698a..fa5149086c230fcfb790f07d2a3c38cc229ecd0c 100644 (file)
@@ -48,6 +48,7 @@ public:
        Annotation(Annotation&& a);
        Annotation& operator=(Annotation&& a);
 
+       const RowData* row_data() const;
        const Row* row() const;
 
        uint64_t start_sample() const;
@@ -55,6 +56,7 @@ public:
 
        Class ann_class_id() const;
        const QString ann_class_name() const;
+       const QString ann_class_description() const;
 
        const vector<QString>* annotations() const;
        const QString longest_annotation() const;