X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=91c84d352a1dd094a411dc6b44681d020d185e13;hb=3b9c4a0df39e718ba69f3c778b51676617aeb1eb;hp=4f973e3fc218647d355fcede1492d45fe0a3725c;hpb=096fb584db59a7b95ea57a6accf6c282a43497f6;p=pulseview.git diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 4f973e3f..91c84d35 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -129,19 +129,10 @@ public: /** * Paints the signal label. * @param p the QPainter to paint into. - * @param right the x-coordinate of the right edge of the header - * area. + * @param rect the rectangle of the header area. * @param hover true if the label is being hovered over by the mouse. */ - virtual void paint_label(QPainter &p, int right, bool hover) = 0; - - /** - * Computes the outline rectangle of a label. - * @param right the x-coordinate of the right edge of the header - * area. - * @return Returns the rectangle of the signal label. - */ - virtual QRectF label_rect(int right) const = 0; + virtual void paint_label(QPainter &p, const QRect &rect, bool hover) = 0; public: virtual void hover_point_changed();