X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.h;h=d24647649a95a30755a1d80a7bc75010d7e1ea30;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=a950eac91451ba188ab0bd898430b4d83ebdef2e;hpb=3e769a374963f37f7d52b65ef6c56bcdf1ef11fe;p=pulseview.git diff --git a/pv/view/tracegroup.h b/pv/view/tracegroup.h index a950eac..d246476 100644 --- a/pv/view/tracegroup.h +++ b/pv/view/tracegroup.h @@ -108,13 +108,17 @@ 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; + void ungroup(); + public: void appearance_changed(bool label, bool content);