]> sigrok.org Git - pulseview.git/blobdiff - pv/data/signalbase.hpp
Fix #1089 by updating the signal labels and group labels
[pulseview.git] / pv / data / signalbase.hpp
index 6a3af14b3f0115c64dee8f1438fc21accfc37168..7375c1dbfb149b360962fee6f0a6e846752132fa 100644 (file)
@@ -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.
         */