51 #ifndef MOUSEINTERFACE_HH
52 #define MOUSEINTERFACE_HH
55 #if QT_VERSION >= 0x050000
185 Q_DECLARE_INTERFACE(
MouseInterface,
"OpenFlipper.MouseInterface/1.0")
187 #endif // MOUSEINTERFACE_HH
virtual void slotMouseEventLight(QMouseEvent *_event)
Mouse Event from main application ( Light Mode )
virtual void slotMouseWheelEvent(QWheelEvent *_event, const std::string &_mode)
Wheel Event from main application.
virtual void slotMouseEvent(QMouseEvent *_event)
Mouse Event from main application ( Picking Mode )
Interface class for receiving mouse events.
virtual ~MouseInterface()
Destructor.