X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fviewitem.hpp;h=c445f609063df6386579d6fa6cebf74fd4a11c19;hp=53ed2a60cbe891c578ba30c65eb50adb5da34c48;hb=af33d4cbacc745f4473f5c0f4fa1f9ebb8d84d0a;hpb=119c5c232ef47e92ef6a5cc9f8b7c4c31dc2f387 diff --git a/pv/views/trace/viewitem.hpp b/pv/views/trace/viewitem.hpp index 53ed2a6..c445f60 100644 --- a/pv/views/trace/viewitem.hpp +++ b/pv/views/trace/viewitem.hpp @@ -53,7 +53,6 @@ public: public: ViewItem(); -public: /** * Returns true if the item is visible and enabled. */ @@ -151,7 +150,6 @@ public: */ virtual void paint_fore(QPainter &p, ViewItemPaintParams &pp); -public: /** * Gets the text color. * @remarks This color is computed by comparing the lightness @@ -169,6 +167,8 @@ public: virtual void delete_pressed(); + virtual void hover_point_changed(const QPoint &hp); + protected: static QPen highlight_pen();