29 #include <Inventor/Qt/devices/SoQtDevice.h>
31 class SoMouseButtonEvent;
32 class SoLocation2Event;
42 BUTTON_RELEASE = 0x02,
43 POINTER_MOTION = 0x04,
46 ALL_EVENTS = BUTTON_PRESS | BUTTON_RELEASE | POINTER_MOTION | BUTTON_MOTION
52 virtual void enable(QWidget * widget, SoQtEventHandler * handler,
void * closure);
53 virtual void disable(QWidget * widget, SoQtEventHandler * handler,
void * closure);
58 class SoQtMouseP * pimpl;
59 friend class SoQtMouseP;
60 friend class SoGuiMouseP;
65 #endif // ! SOQT_MOUSE_H