X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.hpp;h=a449382faf080d31e21ff33a383fd20ff3c38a34;hb=a45b9b9ee6f15da272c2e743122097e6696fc7b5;hp=72c97e1d00c6f1720cc5cebabfbb38ee05b7f0a9;hpb=bb7dd726eb7159ddd80d94ede791f2e2a9eaef0f;p=pulseview.git diff --git a/pv/view/signal.hpp b/pv/view/signal.hpp index 72c97e1..a449382 100644 --- a/pv/view/signal.hpp +++ b/pv/view/signal.hpp @@ -64,8 +64,6 @@ public: */ bool enabled() const; - void enable(bool enable = true); - std::shared_ptr base() const; /** @@ -102,6 +100,8 @@ protected Q_SLOTS: void on_disable(); + void on_enabled_changed(bool enabled); + protected: pv::Session &session_;