From be675587812c27fac9838af844f8ecb44703ff08 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Mar 2013 22:02:20 +0100 Subject: Implemented new mouseLeave/Enter Events. Use for buttons. --- plugingui/button.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/button.h') diff --git a/plugingui/button.h b/plugingui/button.h index f39f24f..89cabf5 100644 --- a/plugingui/button.h +++ b/plugingui/button.h @@ -50,6 +50,9 @@ public: virtual void repaintEvent(RepaintEvent *e); virtual void buttonEvent(ButtonEvent *e); + virtual void mouseLeaveEvent(); + virtual void mouseEnterEvent(); + private: Painter::Box box_up; Painter::Box box_down; -- cgit v1.2.3