X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fruler.hpp;h=d7cab4d74caa54f1ef4600d9d1bf37a9d1f0bef8;hp=61e622ac7afa350bf7ea1cfd1852fa465f7cf4b8;hb=581724de334181fc5338f1efa87954264cf90520;hpb=2543cd4e271ff13898080d011a8fdbc13da77655 diff --git a/pv/views/trace/ruler.hpp b/pv/views/trace/ruler.hpp index 61e622a..d7cab4d 100644 --- a/pv/views/trace/ruler.hpp +++ b/pv/views/trace/ruler.hpp @@ -117,7 +117,7 @@ public: unsigned precision = 0, bool sign = true); - pv::util::Timestamp get_time_from_x_pos(uint32_t x); + pv::util::Timestamp get_time_from_x_pos(uint32_t x) const; protected: virtual void contextMenuEvent(QContextMenuEvent *event) override; @@ -171,11 +171,12 @@ private: function format_function); private Q_SLOTS: - void hover_point_changed(const QPoint &hp); + void on_hover_point_changed(const QWidget* widget, const QPoint &hp); void invalidate_tick_position_cache(); void on_createMarker(); + void on_toggleHoverMarker(); private: /**