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

(obsolete) bool filterEvent(void *message)
(obsolete) virtual void flush() = 0
(obsolete) virtual bool hasPendingEvents() = 0
(obsolete) int registerTimer(int interval, QObject *object)
(obsolete) void registerTimer(int timerId, int interval, QObject *object)

Member Function Documentation

bool QAbstractEventDispatcher::filterEvent(void *message)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

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.

[pure virtual] void QAbstractEventDispatcher::flush()

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Depending from the event dispatcher implementation does nothing or calls QApplication::sendPostedEvents().

[pure virtual] bool QAbstractEventDispatcher::hasPendingEvents()

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Returns true if there is an event waiting; otherwise returns false. This function is an implementation detail for QCoreApplication::hasPendingEvents() and must not be called directly.

int QAbstractEventDispatcher::registerTimer(int interval, QObject *object)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Registers a timer with the specified interval for the given object and returns the timer id.

void QAbstractEventDispatcher::registerTimer(int timerId, int interval, QObject *object)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Register a timer with the specified timerId and interval for the given object.

© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.