X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.h;h=be4cbf1bef706b0dca132f50419acb136b17334e;hp=218f42b11d3df54d548f1c3e4cf41f49d2bdf411;hb=7ff0145fbf19de010232ea5edadea5df6c28ed8e;hpb=32218d3e708553b4508c3510d388aded58068381 diff --git a/pv/view/tracegroup.h b/pv/view/tracegroup.h index 218f42b1..be4cbf1b 100644 --- a/pv/view/tracegroup.h +++ b/pv/view/tracegroup.h @@ -108,7 +108,14 @@ public: /** * Returns the total vertical offset of this trace and all it's owners */ - int owner_v_offset() const; + int owner_visual_v_offset() const; + + void restack_items(); + + /** + * Returns the number of nested parents that this row item owner has. + */ + unsigned int depth() const; public: void appearance_changed(bool label, bool content);