24# include <QApplication>
26#include <Inventor/Qt/OivQtCompat.h>
27#include <Inventor/Qt/SoQt.h>
30#define ExtEventApplication SoQtExtEventApplication
47 void*
data() {
return m_data; }
ExtEvent(QEvent::Type type, void *data)
Constructor.
void setData(void *data)
Sets the data sent with the event.
void * data()
Returns the data sent with the event.
static void allEventFilter(XEvent *event)
SoQtExtEventApplication(int &argc, char **argv)
Constructor.