]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitem.h
RowItem: Added owner accessor function
[pulseview.git] / pv / view / rowitem.h
index 130904a2251e0d6da130a26fd7e11e2447496bfb..fb09edaa3cc76b52e00f3bca94c613efc7de8fbe 100644 (file)
@@ -51,6 +51,11 @@ public:
         */
        void set_v_offset(int v_offset);
 
+       /**
+        * Gets the owner this trace in the view trace hierachy.
+        */
+       pv::view::RowItemOwner* owner() const;
+
        /**
         * Sets the owner this trace in the view trace hierachy.
         * @param The new owner of the trace.