X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fstandardbar.hpp;h=a6e8606e132831044de132780cfecdd677167e8c;hb=558ad6ceb934ab7406d286c1a4ae08da4aba1448;hp=8640b4c9520ae01b0f41a2721a8cd4da8261a13a;hpb=4e86ec7042631d4b54876cba89c01a73abaf7213;p=pulseview.git diff --git a/pv/views/trace/standardbar.hpp b/pv/views/trace/standardbar.hpp index 8640b4c9..a6e8606e 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(); @@ -89,6 +92,9 @@ protected Q_SLOTS: void on_always_zoom_to_fit_changed(bool state); 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_;