X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.h;h=e5a9c0b6ad03b4cfbb215576ad5d4d40977883ca;hb=e2f90c5047d74f0bf57d1ce6aceaac1ba120e75d;hp=e172cf8fb1999b9b81420f583d9284745d85a8c3;hpb=9555ca8b3fdddd62496ebaaada2d9c0f980df03e;p=pulseview.git diff --git a/pv/view/decodetrace.h b/pv/view/decodetrace.h index e172cf8..e5a9c0b 100644 --- a/pv/view/decodetrace.h +++ b/pv/view/decodetrace.h @@ -153,6 +153,16 @@ private: */ std::pair 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,