QAbstractEventDispatcher
#include <QtCore/QAbstractEventDispatcher>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QAbstractEventDispatcher
Overview
Public Types Index
bool(* | EventFilter |
QPair< int, int > | TimerInfo |
Public Functions Index
QAbstractEventDispatcher (QObject *parent=0) | |
~QAbstractEventDispatcher () | |
virtual void | closingDown () |
bool | filterEvent (void *message) |
void | flush ()=0 |
bool | hasPendingEvents ()=0 |
void | interrupt ()=0 |
bool | processEvents (QEventLoop::ProcessEventsFlags flags)=0 |
QList< TimerInfo > | registeredTimers (QObject *object) const =0 |
void | registerSocketNotifier (QSocketNotifier *notifier)=0 |
int | registerTimer (int interval, QObject *object) |
void | registerTimer (int timerId, int interval, QObject *object)=0 |
EventFilter | setEventFilter (EventFilter filter) |
virtual void | startingUp () |
void | unregisterSocketNotifier (QSocketNotifier *notifier)=0 |
bool | unregisterTimer (int timerId)=0 |
bool | unregisterTimers (QObject *object)=0 |
void | wakeUp ()=0 |
Static Public Functions Index
QAbstractEventDispatcher * | instance (QThread *thread=0) |
Protected Functions Index
QAbstractEventDispatcher (QAbstractEventDispatcherPrivate &, QObject *parent) |
Signals Index
void | aboutToBlock () |
void | awake () |
Public Types
typedef bool(*
typedef QPair< int, int >
Public Functions
Static Public Functions
Protected Functions
Signals
void
void
© 2013 Digia Plc and/or its subsidiaries. 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.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy