]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitemowner.hpp
RowItemOwner: Added list_row_item_owners
[pulseview.git] / pv / view / rowitemowner.hpp
index f5c2abd7cd53867a510911fde780af4846333d4d..d72dddb2f2300848ed9ed8ee2a3b772193fe1e60 100644 (file)
@@ -118,6 +118,12 @@ public:
         */
        const_iterator end() const;
 
+       /**
+        * Makes a list of row item owners of all the row items that are
+        * decendants of this item.
+        */
+       std::set< RowItemOwner* > list_row_item_owners();
+
        /**
         * Computes the vertical extents of the contents of this row item owner.
         * @return A pair containing the minimum and maximum y-values.