]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/flag.hpp
Flags: Always save raw text, not display text in session setup
[pulseview.git] / pv / views / trace / flag.hpp
index 4c4c977f0d19254bf17b199c6ede54e688a2d60a..eb4bf87c6008d9f84f737e1dd4a0086812ce47e7 100644 (file)
@@ -63,7 +63,13 @@ public:
        virtual bool enabled() const override;
 
        /**
-        * Gets the text to show in the marker.
+        * Gets the current text to show in the marker - this may be dynamic.
+        */
+       virtual QString get_display_text() const override;
+
+       /**
+        * Gets the default text used to show the marker - e.g. the user-editable
+        * name.
         */
        virtual QString get_text() const override;