X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=03fdd0fb2e0d55faeab68ddd1f4881cfdc8f4679;hb=509727eb807fe8cc8bd6c224099d77cbb2075c18;hp=54b9c248529ff3e4a6c87d3fef5a1f274c626ca2;hpb=317008bac93a797279be2265f40626cc772da353;p=pulseview.git diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 54b9c24..03fdd0f 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -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.