30 Q_DECLARE_PUBLIC(QAbstractEventDispatcher)
32 QAbstractEventDispatcherPrivate();
33 ~QAbstractEventDispatcherPrivate() override;
35 QList<QAbstractNativeEventFilter *> eventFilters;
39 static Qt::TimerId allocateTimerId();
40 static void releaseTimerId(
int id)
41 { releaseTimerId(Qt::TimerId{id}); }
42 static void releaseTimerId(Qt::TimerId id);
44 static QAbstractEventDispatcherPrivate *get(QAbstractEventDispatcher *o)
45 {
return o->d_func(); }
46 static const QAbstractEventDispatcherPrivate *get(
const QAbstractEventDispatcher *o)
47 {
return o->d_func(); }