X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitemowner.h;h=2295e9631542f42da6b65b6dc50ed0968f4d057a;hp=0fda9aa27b1778dbabfdf6c3d797fd3e4206065a;hb=7ff0145fbf19de010232ea5edadea5df6c28ed8e;hpb=3e769a374963f37f7d52b65ef6c56bcdf1ef11fe diff --git a/pv/view/rowitemowner.h b/pv/view/rowitemowner.h index 0fda9aa2..2295e963 100644 --- a/pv/view/rowitemowner.h +++ b/pv/view/rowitemowner.h @@ -63,7 +63,7 @@ public: */ virtual const pv::view::View* view() const = 0; - virtual int owner_v_offset() const = 0; + virtual int owner_visual_v_offset() const = 0; /** * Returns the number of nested parents that this row item owner has. @@ -124,6 +124,8 @@ public: */ std::pair v_extents() const; + virtual void restack_items(); + public: virtual void appearance_changed(bool label, bool content) = 0;