]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.h
TraceGroup: Implemented stacking
[pulseview.git] / pv / view / view.h
index 2f7462978943a84362ff295f95a29011bef6599d..eb60ab1a7735d9f3e51e2f96f00928fa5445b4da 100644 (file)
@@ -97,7 +97,7 @@ public:
         * seconds.
         */
        double offset() const;
-       int owner_v_offset() const;
+       int owner_visual_v_offset() const;
 
        /**
         * Returns the number of nested parents that this row item owner has.
@@ -152,6 +152,8 @@ public:
 
        void update_viewport();
 
+       void restack_all_row_items();
+
 Q_SIGNALS:
        void hover_point_changed();