X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=02d22d218c29b6e7dd953f764e3560afc623bdfc;hb=650e2e5fd465119615b9b969d15cc9fb11f18aa4;hp=ff2664a664b17a7163574c446a217304845406a3;hpb=5165bb349b14802ca98766b4cecee3699d22fa55;p=pulseview.git 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_; };