QCustomEvent no longer exists in full Qt4 so we have to subclass QEvent to provide our own custom event. More...
#include <Inventor/Qt/SoQtExtEventApplication.h>
Public Member Functions | |
ExtEvent (QEvent::Type type, void *data) | |
void * | data () |
void | setData (void *data) |
QCustomEvent no longer exists in full Qt4 so we have to subclass QEvent to provide our own custom event.
ExtEvent::ExtEvent | ( | QEvent::Type | type, | |
void * | data | |||
) | [inline] |
Constructor.
void* ExtEvent::data | ( | ) | [inline] |
Returns the data sent with the event.
void ExtEvent::setData | ( | void * | data | ) | [inline] |
Sets the data sent with the event.