]> 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 8640b4c9520ae01b0f41a2721a8cd4da8261a13a..e1394372dc4a0a5273b9b03501f99dba24c5d48e 100644 (file)
@@ -89,6 +89,8 @@ 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_display_mode_changed(bool segment_selectable);
 
 private:
        vector<QAction*> multi_segment_actions_;