Obsolete Members for QAbstractEventDispatcher

The following members of class QAbstractEventDispatcher are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

bool filterEvent(void * message) (obsolete)

Member Function Documentation

bool QAbstractEventDispatcher::filterEvent(void * message)

Calls filterNativeEvent() with an empty eventType and message. This function returns true as soon as an event filter returns true, and false otherwise to indicate that the processing of the event should continue.