X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.hpp;h=fad3db78548457d25e61f9b4f7dc0bf8042243cf;hp=f02f0921eba142809a2e096794c0f8128af3ed44;hb=HEAD;hpb=76da6e9e2168f2f2c599d48ab587a48d2a110107 diff --git a/pv/data/decodesignal.hpp b/pv/data/decodesignal.hpp index f02f0921..333e953b 100644 --- a/pv/data/decodesignal.hpp +++ b/pv/data/decodesignal.hpp @@ -103,6 +103,16 @@ public: DecodeSignal(pv::Session &session); virtual ~DecodeSignal(); + /** + * Sets the name of the signal. + */ + virtual void set_name(QString name); + + /** + * Set the color of the signal. + */ + virtual void set_color(QColor color); + bool is_decode_signal() const; const vector< shared_ptr >& decoder_stack() const;