]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitemowner.h
RowItemOwner: Added depth() method
[pulseview.git] / pv / view / rowitemowner.h
index c2d38134e2080027d4b12bafa8faea4874851513..0fda9aa27b1778dbabfdf6c3d797fd3e4206065a 100644 (file)
@@ -65,6 +65,11 @@ public:
 
        virtual int owner_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.
         */