]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.hpp
TimeMarker: Added get_text
[pulseview.git] / pv / view / timemarker.hpp
index ae54749e4e58055e5c73db88cbf0b28526f4511b..93c7dc90940928c74f208784b290c6a50b3b5b77 100644 (file)
@@ -79,6 +79,11 @@ 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.