Compatibility Members for QAbstractEventDispatcher
The following members of class QAbstractEventDispatcherare part of the Qt compatibility layer. We advise against using them in new code.
Public Functions
void | registerTimer(int timerId, int interval, QObject * object) |
int | registerTimer(int interval, QObject * object) |
Member Function Documentation
void QAbstractEventDispatcher::registerTimer(int timerId, int interval, QObject * object)
Register a timer with the specified timerId and interval for the given object.
int QAbstractEventDispatcher::registerTimer(int interval, QObject * object)
Registers a timer with the specified interval for the given object and returns the timer id.