X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fstandardbar.hpp;h=a6e8606e132831044de132780cfecdd677167e8c;hb=341d9a7975be53bb44af8d2deeba9b4a5e086929;hp=94a6d81b3e3f9f0ac47c219bd9efea0cbd82d580;hpb=7f9654641c096b303fc30b710335e235b9738ce9;p=pulseview.git diff --git a/pv/views/trace/standardbar.hpp b/pv/views/trace/standardbar.hpp index 94a6d81..a6e8606 100644 --- a/pv/views/trace/standardbar.hpp +++ b/pv/views/trace/standardbar.hpp @@ -75,6 +75,9 @@ protected: QSpinBox *segment_selector_; +Q_SIGNALS: + void segment_selected(int segment_id); + protected Q_SLOTS: void on_actionViewZoomIn_triggered(); @@ -88,7 +91,10 @@ protected Q_SLOTS: void on_always_zoom_to_fit_changed(bool state); - void on_segment_added(); + void on_new_segment(int new_segment_id); + void on_segment_changed(int segment_id); + void on_segment_selected(int ui_segment_id); + void on_segment_display_mode_changed(bool segment_selectable); private: vector multi_segment_actions_;