]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.h
Factored out TimeMarker::get_x
[pulseview.git] / pv / view / timemarker.h
index 54b9c248529ff3e4a6c87d3fef5a1f274c626ca2..03fdd0fb2e0d55faeab68ddd1f4881cfdc8f4679 100644 (file)
@@ -61,6 +61,8 @@ public:
         */
        void set_time(double time);
 
+       float get_x() const;
+
        /**
         * Paints the marker to the viewport.
         * @param p The painter to draw with.