X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=02d22d218c29b6e7dd953f764e3560afc623bdfc;hp=ff2664a664b17a7163574c446a217304845406a3;hb=2fae5107535c39adde322393d2f6d18098c0154e;hpb=e9f909b8ab36f5d147dc9d6dd429df7c1a7fb650 diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index ff2664a6..02d22d21 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -47,6 +47,13 @@ public: virtual float get_x() const = 0; + /** + * Paints the marker's label to the ruler. + * @param p The painter to draw with. + * @param rect The rectangle of the ruler client area. + */ + virtual void paint_label(QPainter &p, const QRect &rect) = 0; + protected: View &view_; };