]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.hpp
TimeMarker: Added get_text
[pulseview.git] / pv / view / timemarker.hpp
index 21de26258f4b4153ce4e970236ded0e2511360e7..93c7dc90940928c74f208784b290c6a50b3b5b77 100644 (file)
@@ -79,12 +79,17 @@ public:
         */
        virtual void paint(QPainter &p, const QRect &rect);
 
+       /**
+        * Gets the text to show in the marker.
+        */
+       virtual QString get_text() const = 0;
+
        /**
         * Gets the marker label rectangle.
         * @param rect The rectangle of the ruler client area.
         * @return Returns the label rectangle.
         */
-       virtual QRectF get_label_rect(const QRect &rect) const = 0;
+       virtual QRectF get_label_rect(const QRect &rect) const;
 
        /**
         * Paints the marker's label to the ruler.