X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=b6b15198451e74bbfd014e5591f8d451da531dfc;hb=76750c410e299f9ba9f0f9d1e220713861cc67b6;hp=731ed5dbd5980b38a26477b55920ddffc165069a;hpb=59ec98e2b704d918c236e82f41536ce833890fb0;p=pulseview.git diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index 731ed5db..b6b15198 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -38,6 +38,10 @@ class QFormLayout; namespace pv { +namespace data { +class SignalBase; +} + namespace widgets { class Popup; } @@ -60,6 +64,11 @@ protected: Trace(shared_ptr channel); public: + /** + * Returns the underlying SignalBase instance. + */ + shared_ptr base() const; + /** * Sets the name of the signal. */