X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.h;h=be4cbf1bef706b0dca132f50419acb136b17334e;hb=7ff0145fbf19de010232ea5edadea5df6c28ed8e;hp=5171b7fc880c23f5e2d390ba2bc1d06c553e3399;hpb=1dc835a4b49104f5b4c9695e91e6ffb7a48d7c23;p=pulseview.git diff --git a/pv/view/tracegroup.h b/pv/view/tracegroup.h index 5171b7f..be4cbf1 100644 --- a/pv/view/tracegroup.h +++ b/pv/view/tracegroup.h @@ -108,9 +108,19 @@ 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 update_viewport(); + 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); + + void extents_changed(bool horz, bool vert); private Q_SLOTS: void on_ungroup();