]> sigrok.org Git - pulseview.git/blobdiff - pv/view/tracetreeitemowner.hpp
Fix #957 and #874 by implementing the pane splitter
[pulseview.git] / pv / view / tracetreeitemowner.hpp
index 92aae37f5590b12a5080083c2f3dbba73815106a..cfe7bf7b5f5cf0d69ec4acb2faeb61055743092c 100644 (file)
@@ -75,8 +75,7 @@ public:
        /**
         * Returns a list of row items owned by this object.
         */
-       vector< shared_ptr<TraceTreeItem> >
-       trace_tree_child_items() const;
+       vector< shared_ptr<TraceTreeItem> > trace_tree_child_items() const;
 
        /**
         * Clears the list of child items.
@@ -101,14 +100,6 @@ public:
         */
        pair<int, int> v_extents() const;
 
-       /*
-        * Reassigns background color states to all its children, thereby
-        * providing them with alternating backgrounds.
-        * @param next_bgcolour_state First brightness state to use.
-        * @return The next brightness state to use.
-        */
-       bool reassign_bgcolour_states(bool next_bgcolour_state);
-
 public:
        virtual void row_item_appearance_changed(bool label, bool content) = 0;