]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/standardbar.hpp
Implement segment display mode handling and update notifications
[pulseview.git] / pv / views / trace / standardbar.hpp
index 94a6d81b3e3f9f0ac47c219bd9efea0cbd82d580..e1394372dc4a0a5273b9b03501f99dba24c5d48e 100644 (file)
@@ -88,7 +88,9 @@ 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_display_mode_changed(bool segment_selectable);
 
 private:
        vector<QAction*> multi_segment_actions_;