X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=2b7e4a45c6ef3c71ee08e88f4695b19a5b801a55;hb=572c3bb71a824b15442ed63c600e77517c6ae411;hp=f0aa491e585fa5f90998e9697a151404d2fb3275;hpb=873e80357d9622678069fcfe83b010717a68284c;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index f0aa491e..2b7e4a45 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -357,6 +357,7 @@ public: private Q_SLOTS: + void on_signal_name_changed(); void on_splitter_moved(); void h_scroll_value_changed(int value); @@ -365,6 +366,8 @@ private Q_SLOTS: void signals_changed(); void capture_state_updated(int state); + void on_segment_changed(int segment); + virtual void perform_delayed_view_update(); void process_sticky_events(); @@ -418,6 +421,9 @@ private: vector< shared_ptr > decode_traces_; #endif + /// The ID of the currently displayed segment + int current_segment_; + /// The view time scale in seconds per pixel. double scale_;