]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitemowner.h
View: Create trace groups from channel groups
[pulseview.git] / pv / view / rowitemowner.h
index c2d38134e2080027d4b12bafa8faea4874851513..2295e9631542f42da6b65b6dc50ed0968f4d057a 100644 (file)
@@ -63,7 +63,12 @@ public:
         */
        virtual const pv::view::View* view() const = 0;
 
-       virtual int owner_v_offset() const = 0;
+       virtual int owner_visual_v_offset() const = 0;
+
+       /**
+        * Returns the number of nested parents that this row item owner has.
+        */
+       virtual unsigned int depth() const = 0;
 
        /**
         * Returns a list of row items owned by this object.
@@ -119,6 +124,8 @@ public:
         */
        std::pair<int, int> v_extents() const;
 
+       virtual void restack_items();
+
 public:
        virtual void appearance_changed(bool label, bool content) = 0;