X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=dd0ad6ca9a2c0c9e2b3b66fb4867e9f55c028d30;hb=5eb0fa13029207c45748ff572568542782e6d2a8;hp=6d7ac36dfb49265ea9c6fe92e0d1a6fc33133ace;hpb=0720481923d46cde06148c8a4aec2f96def66643;p=pulseview.git diff --git a/pv/view/view.h b/pv/view/view.h index 6d7ac36d..dd0ad6ca 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -54,6 +54,7 @@ private: public: static const int SignalHeight; + static const int SignalMargin; static const int SignalSnapGridSize; static const QColor CursorAreaColour; @@ -104,6 +105,8 @@ public: const QPoint& hover_point() const; + void normalize_layout(); + signals: void hover_point_changed(); @@ -125,9 +128,10 @@ private: private slots: - void h_scroll_value_changed(int value); + void h_scroll_moved(int value); void v_scroll_value_changed(int value); + void signals_changed(); void data_updated(); void marker_time_changed();