]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.hpp
Add a hotkey to show/hide sampling points.
[pulseview.git] / pv / view / view.hpp
index 5981f57a036c92a986710e4cf1520eec649ffe8c..2ba157d8c5ea9cedecca3338c86908855ca215c0 100644 (file)
@@ -89,7 +89,7 @@ private:
        static const int ScaleUnits[3];
 
 public:
-       explicit View(Session &session, QWidget *parent = 0);
+       explicit View(Session &session, bool is_main_view=false, QWidget *parent = 0);
 
        Session& session();
        const Session& session() const;
@@ -199,22 +199,6 @@ public:
 
        std::pair<pv::util::Timestamp, pv::util::Timestamp> get_time_extents() const;
 
-       /**
-        * Enables or disables sticky scrolling, i.e. the view always shows
-        * the most recent samples when capturing data.
-        */
-       void enable_sticky_scrolling(bool state);
-
-       /**
-        * Toggle sticky scrolling.
-        */
-       void toggle_sticky_scrolling(void);
-
-       /**
-        * Get current coloured_bg state. Returns true if coloured backgrounds are enabled.
-        */
-       bool get_coloured_bg(void);
-
        /**
         * Enables or disables coloured trace backgrounds. If they're not
         * coloured then they will use alternating colors.
@@ -222,9 +206,9 @@ public:
        void enable_coloured_bg(bool state);
 
        /**
-        * Toggle coloured backgrounds.
+        * Enable or disable showing sampling points.
         */
-       void toggle_coloured_bg(void);
+       void enable_show_sampling_points(bool state);
 
        /**
         * Returns true if cursors are displayed. false otherwise.