X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdata%2Fdecodesignal.hpp;fp=pv%2Fdata%2Fdecodesignal.hpp;h=333e953b2d63e66c415b403092ad48cc2975b0f5;hb=cb6305433dd64ff19f0a3d102f91e0f8f8b64da4;hp=f02f0921eba142809a2e096794c0f8128af3ed44;hpb=76da6e9e2168f2f2c599d48ab587a48d2a110107;p=pulseview.git 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;