]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.h
DecodeTrace: Provide tool tips for annotations
[pulseview.git] / pv / view / decodetrace.h
index e172cf8fb1999b9b81420f583d9284745d85a8c3..e5a9c0b6ad03b4cfbb215576ad5d4d40977883ca 100644 (file)
@@ -153,6 +153,16 @@ private:
         */
        std::pair<uint64_t, uint64_t> get_sample_range(int x_start, int x_end) const;
 
+       bool hover_point_is_over_trace();
+
+       int get_row_at_hover_point();
+
+       const QString get_annotation_at_hover_point();
+
+       void show_hover_annotation();
+
+       void hide_hover_annotation();
+
        void hover_point_changed();
 
        void create_decoder_form(int index,