X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fsignalbase.hpp;h=7375c1dbfb149b360962fee6f0a6e846752132fa;hp=6a3af14b3f0115c64dee8f1438fc21accfc37168;hb=b5d20c6d003d853ad0828d15b365988519e73e88;hpb=5408524db09d7a3b1f2f47f9a749ac9901e800e2 diff --git a/pv/data/signalbase.hpp b/pv/data/signalbase.hpp index 6a3af14..7375c1d 100644 --- a/pv/data/signalbase.hpp +++ b/pv/data/signalbase.hpp @@ -140,6 +140,12 @@ public: */ QString internal_name() const; + /** + * Produces a string for this signal that can be used for display, + * i.e. it contains one or both of the signal/internal names. + */ + QString display_name() const; + /** * Sets the name of the signal. */