X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fview%2Ftrace.hpp;h=a82520ccfdc68fedf589ea8afb326c4b99016fbb;hb=5c5ce7574062e0d3ad4f7d9dde70b482315d54fb;hp=88df33eadb0bddc74ff00b61774eba65ecdb757c;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329;p=pulseview.git diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index 88df33e..a82520c 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -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);