X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=6f1e87288bd1dd14f40568f86198ea39f0a3a7bc;hb=61e1e13ef24493f478326f1809c6c206d5e183bc;hp=db03ce9b43a81b1a7b6a5eda32e0986e15cb1c86;hpb=d1e7d82c6327c15f38d66602e65c4d3abe114df7;p=pulseview.git diff --git a/pv/view/view.h b/pv/view/view.h index db03ce9b..6f1e8728 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -51,9 +51,6 @@ private: static const double MaxScale; static const double MinScale; - static const int LabelMarginWidth; - static const int RulerHeight; - static const int MaxScrollValue; public: @@ -148,6 +145,8 @@ private: void update_scroll(); + void update_layout(); + static bool compare_trace_v_offsets( const boost::shared_ptr &a, const boost::shared_ptr &b); @@ -171,6 +170,8 @@ private slots: void on_signals_moved(); + void on_geometry_updated(); + private: SigSession &_session;