]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/decodetrace.hpp
DecodeTrace: Perform delayed row initialization once the owner is set
[pulseview.git] / pv / views / trace / decodetrace.hpp
index 215ae0ae95b52d58af1ac1f4a4026491ddcbea27..839b4df9f6863eb406f0a48de88d6925cf279dfe 100644 (file)
@@ -149,6 +149,12 @@ public:
 
        shared_ptr<SignalBase> 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.