X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.h;h=fb09edaa3cc76b52e00f3bca94c613efc7de8fbe;hp=130904a2251e0d6da130a26fd7e11e2447496bfb;hb=bd9a1f175057487cff3cb3cc62bc9595e19945be;hpb=eae6e30af53f6b3e42dc5be212c82870078276b0 diff --git a/pv/view/rowitem.h b/pv/view/rowitem.h index 130904a2..fb09edaa 100644 --- a/pv/view/rowitem.h +++ b/pv/view/rowitem.h @@ -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.