X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fdecodetrace.hpp;fp=pv%2Fviews%2Ftrace%2Fdecodetrace.hpp;h=839b4df9f6863eb406f0a48de88d6925cf279dfe;hp=215ae0ae95b52d58af1ac1f4a4026491ddcbea27;hb=a653b83dba6862ddf273c4ca52da6d9451a3dd53;hpb=6381b375ae391a79ab50f1f5dcbe0014ff9bd46c diff --git a/pv/views/trace/decodetrace.hpp b/pv/views/trace/decodetrace.hpp index 215ae0ae..839b4df9 100644 --- a/pv/views/trace/decodetrace.hpp +++ b/pv/views/trace/decodetrace.hpp @@ -149,6 +149,12 @@ public: shared_ptr base() const; + /** + * Sets the owner this trace in the view trace hierachy. + * @param The new owner of the trace. + */ + virtual void set_owner(TraceTreeItemOwner *owner); + /** * Computes the vertical extents of the contents of this row item. * @return A pair containing the minimum and maximum y-values.