]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.h
DecodeTrace: Provide tool tips for annotations
[pulseview.git] / pv / view / decodetrace.h
index f71894d0cff9968158ce74c8a57328abbd7bd033..e5a9c0b6ad03b4cfbb215576ad5d4d40977883ca 100644 (file)
@@ -153,6 +153,18 @@ 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,
                std::shared_ptr<pv::data::decode::Decoder> &dec,
                QWidget *parent, QFormLayout *form);