X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=980ccf1f61e8488d38dea381953ab15bb8d6d112;hb=c6dd7ed262a3bc4879b511f516532bc954d743f4;hp=1bf7132267a6d29d03dd9e95d8a7ff96d15016db;hpb=8d44d030c3923055f2ea81d5334d3a3bce7900c2;p=pulseview.git diff --git a/pv/view/view.h b/pv/view/view.h index 1bf7132..980ccf1 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -105,6 +105,8 @@ public: const QPoint& hover_point() const; + void normalize_layout(); + signals: void hover_point_changed(); @@ -129,6 +131,7 @@ private slots: void h_scroll_value_changed(int value); void v_scroll_value_changed(int value); + void signals_changed(); void data_updated(); void marker_time_changed(); @@ -151,6 +154,7 @@ private: double _offset; int _v_offset; + bool _updating_scroll; bool _show_cursors; std::pair _cursors;