X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.h;h=a950eac91451ba188ab0bd898430b4d83ebdef2e;hp=5171b7fc880c23f5e2d390ba2bc1d06c553e3399;hb=3e769a374963f37f7d52b65ef6c56bcdf1ef11fe;hpb=1dc835a4b49104f5b4c9695e91e6ffb7a48d7c23 diff --git a/pv/view/tracegroup.h b/pv/view/tracegroup.h index 5171b7fc..a950eac9 100644 --- a/pv/view/tracegroup.h +++ b/pv/view/tracegroup.h @@ -110,7 +110,15 @@ public: */ int owner_v_offset() const; - void update_viewport(); + /** + * 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();