X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fflag.hpp;fp=pv%2Fviews%2Ftrace%2Fflag.hpp;h=eb4bf87c6008d9f84f737e1dd4a0086812ce47e7;hp=4c4c977f0d19254bf17b199c6ede54e688a2d60a;hb=ef6cbaa21144ff25a74d5940bbe1c11ab2717e42;hpb=3d396c8e797847eb0bcc3fc6901837c32acb2e7d diff --git a/pv/views/trace/flag.hpp b/pv/views/trace/flag.hpp index 4c4c977f..eb4bf87c 100644 --- a/pv/views/trace/flag.hpp +++ b/pv/views/trace/flag.hpp @@ -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;