]> sigrok.org Git - pulseview.git/blobdiff - pv/view/tracetreeitem.hpp
ViewItem: Moved bg_colour_state into ViewItemPaintParams
[pulseview.git] / pv / view / tracetreeitem.hpp
index d1dd67ccfc7bcbb2ca464f432a770025e1af3af9..5b0bc6153aadabcdfe377b7e808707a600b9b9ab 100644 (file)
@@ -113,14 +113,6 @@ public:
         */
        QPoint point(const QRect &rect) const;
 
-       /**
-        * Sets the new background colour state: false = dark, true = bright.
-        * This is to allow for alternating backgrounds but has no effect
-        * when coloured background colours are used.
-        * @param state New bg color state to use.
-        */
-       void set_bgcolour_state(bool state);
-
        /**
         * Computes the vertical extents of the contents of this row item.
         * @return A pair containing the minimum and maximum y-values.
@@ -133,8 +125,6 @@ protected:
        int layout_v_offset_;
        int visual_v_offset_;
 
-       bool bgcolour_state_;
-
 private:
        QPropertyAnimation v_offset_animation_;
 };