Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / view / rowitemowner.h
index 0fda9aa27b1778dbabfdf6c3d797fd3e4206065a..3c568da43c4450f73f3786bea40f4b9131e164f0 100644 (file)
@@ -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,13 +124,15 @@ public:
         */
        std::pair<int, int> v_extents() const;
 
+       virtual void restack_items();
+
 public:
        virtual void appearance_changed(bool label, bool content) = 0;
 
        virtual void extents_changed(bool horz, bool vert) = 0;
 
 private:
-       item_list _items;
+       item_list items_;
 };
 
 } // view