Trace: Converted on_hover_point_changed signal to direct notification
[pulseview.git] / pv / view / view.h
index 021767dba6a197ea551effd1f6068da2c3c0e20c..8229fbd25002b46f2acac89dc44682f1d4a52f21 100644 (file)
@@ -70,6 +70,10 @@ public:
        SigSession& session();
        const SigSession& session() const;
 
+       Viewport* viewport();
+
+       const Viewport* viewport() const;
+
        /**
         * Returns the view time scale in seconds per pixel.
         */
@@ -185,6 +189,8 @@ private Q_SLOTS:
 
        void on_geometry_updated();
 
+       void on_hover_point_changed();
+
 private:
        SigSession &_session;