]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/view.hpp
Fix #979 by querying trigger types only once and storing them
[pulseview.git] / pv / views / trace / view.hpp
index a9e5564f1838d404b104e960f71e240aa25f1244..4f364404ce01acf2c9f9b4ee18d8cfb2dc517843 100644 (file)
@@ -234,8 +234,6 @@ public:
 
        void zoom_fit(bool gui_state);
 
-       void zoom_one_to_one();
-
        /**
         * Sets the scale and offset.
         * @param scale The new view scale in seconds per pixel.
@@ -343,6 +341,9 @@ Q_SIGNALS:
        /// @param mode is a value of Trace::SegmentDisplayMode
        void segment_display_mode_changed(int mode, bool segment_selectable);
 
+       /// Emitted when the cursors are shown/hidden
+       void cursor_state_changed(bool show);
+
 public Q_SLOTS:
        void trigger_event(int segment_id, util::Timestamp location);