]> sigrok.org Git - pulseview.git/blobdiff - pv/view/trace.hpp
Trace: Make paint_axis take RowItemPaintParams
[pulseview.git] / pv / view / trace.hpp
index 88df33eadb0bddc74ff00b61774eba65ecdb757c..c0b94df26c00f86fbf61b5d673131e95a472165e 100644 (file)
@@ -107,11 +107,10 @@ protected:
        /**
         * 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);