Trace: Moved get_text_colour into SelectableItem
[pulseview.git] / pv / view / trace.hpp
index 88df33eadb0bddc74ff00b61774eba65ecdb757c..a82520ccfdc68fedf589ea8afb326c4b99016fbb 100644 (file)
@@ -95,23 +95,13 @@ public:
        QRectF label_rect(int right) const;
 
 protected:
-
-       /**
-        * Gets the text colour.
-        * @remarks This colour is computed by comparing the lightness
-        * of the trace colour against a threshold to determine whether
-        * white or black would be more visible.
-        */
-       QColor get_text_colour() const;
-
        /**
         * Paints a zero axis across the viewport.
         * @param p the QPainter to paint into.
+        * @param pp the painting parameters object to paint with.
         * @param y the y-offset of the axis.
-        * @param left the x-coordinate of the left edge of the view.
-        * @param right the x-coordinate of the right edge of the view.
         */
-       void paint_axis(QPainter &p, int y, int left, int right);
+       void paint_axis(QPainter &p, const RowItemPaintParams &pp, int y);
 
        void add_colour_option(QWidget *parent, QFormLayout *form);