]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timeitem.hpp
TimeItem: Made paint_label a mandatory field
[pulseview.git] / pv / view / timeitem.hpp
index ff2664a664b17a7163574c446a217304845406a3..02d22d218c29b6e7dd953f764e3560afc623bdfc 100644 (file)
@@ -47,6 +47,13 @@ public:
 
        virtual float get_x() const = 0;
 
 
        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_;
 };
 protected:
        View &view_;
 };