X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fdecodetrace.hpp;h=f2b28be04dd04772254095c156713d2e4bf52a71;hb=8b24af15d583c1df24b49f9709ff9156a9faa16e;hp=215ae0ae95b52d58af1ac1f4a4026491ddcbea27;hpb=9eaa8343da2ee7bb0d7397547ca250a528ccde5a;p=pulseview.git diff --git a/pv/views/trace/decodetrace.hpp b/pv/views/trace/decodetrace.hpp index 215ae0ae..f2b28be0 100644 --- a/pv/views/trace/decodetrace.hpp +++ b/pv/views/trace/decodetrace.hpp @@ -29,6 +29,7 @@ #include #include +#include #include #include #include @@ -149,6 +150,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.