X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;fp=pv%2Fview%2Fcursor.hpp;h=fab7497e18830c53128277be14a801742105afb4;hp=9f0adeddbd8eb0bdd20e16ded2fd16d6036533cc;hb=3b84fd6d59b10053d5ffba90f8e66324f49841a3;hpb=ced0548eac9932f80994bde76c3c2bb7a14a4b54 diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index 9f0aded..fab7497 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -48,6 +48,11 @@ public: Cursor(View &view, double time); public: + /** + * Gets the text to show in the marker. + */ + QString get_text() const; + /** * Gets the marker label rectangle. * @param rect The rectangle of the ruler client area.