Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / view / tracegroup.h
index 218f42b11d3df54d548f1c3e4cf41f49d2bdf411..d24647649a95a30755a1d80a7bc75010d7e1ea30 100644 (file)
@@ -108,7 +108,16 @@ 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);