29#include <Inventor/Qt/OivQtCompat.h>
30#include <Inventor/Qt/devices/SoQtDevice.h>
32#define SO_QT_ALL_FOCUS_EVENTS \
33 (EnterWindowMask | LeaveWindowMask)
52 SoQtInputFocus(EventMask mask = SO_QT_ALL_FOCUS_EVENTS);
61 virtual void enable(QWidget *w, XtEventHandler f,
XtPointer data ,
void* unused=NULL);
62 virtual void disable(QWidget *w, XtEventHandler f,
XtPointer data);
67 virtual const SoEvent * translateEvent(QEvent *event);
Base class for all events.