]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/view.hpp
DecodeTrace: Add fallback icon for edit-paste action
[pulseview.git] / pv / views / trace / view.hpp
index ad28a829096039be703c02f627cd0c246fc98df0..a0e6f6bcc1d237689b3e6bb67afce9600b56166b 100644 (file)
@@ -156,8 +156,6 @@ public:
         */
        vector< shared_ptr<TimeItem> > time_items() const;
 
-       shared_ptr<TimeItem> get_reference_time_item();
-
        /**
         * Returns the view time scale in seconds per pixel.
         */
@@ -191,6 +189,16 @@ public:
         */
        void set_v_offset(int offset);
 
+       /**
+        * Sets the visual h-offset.
+        */
+       void set_h_offset(int offset);
+
+       /**
+        * Gets the length of the horizontal scrollbar.
+        */
+       int get_h_scrollbar_maximum() const;
+
        /**
         * Returns the SI prefix to apply to the graticule time markings.
         */