QAbstractEventDispatcher Class Reference
#include <qabstracteventdispatcher.h>
Definition at line 58 of file qabstracteventdispatcher.h.
|
| QAbstractEventDispatcher (QObject *parent=0) |
|
| ~QAbstractEventDispatcher () |
|
virtual bool | processEvents (QEventLoop::ProcessEventsFlags flags)=0 |
|
virtual bool | hasPendingEvents ()=0 |
|
virtual void | registerSocketNotifier (QSocketNotifier *notifier)=0 |
|
virtual void | unregisterSocketNotifier (QSocketNotifier *notifier)=0 |
|
int | registerTimer (int interval, QObject *object) |
|
virtual void | registerTimer (int timerId, int interval, QObject *object)=0 |
|
virtual bool | unregisterTimer (int timerId)=0 |
|
virtual bool | unregisterTimers (QObject *object)=0 |
|
virtual QList< TimerInfo > | registeredTimers (QObject *object) const =0 |
|
virtual void | wakeUp ()=0 |
|
virtual void | interrupt ()=0 |
|
virtual void | flush ()=0 |
|
virtual void | startingUp () |
|
virtual void | closingDown () |
|
EventFilter | setEventFilter (EventFilter filter) |
|
bool | filterEvent (void *message) |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | event (QEvent *) |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
static QAbstractEventDispatcher * | instance (QThread *thread=0) |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
typedef bool(* EventFilter) (void *message) |
virtual bool processEvents |
( |
QEventLoop::ProcessEventsFlags |
flags | ) |
|
|
pure virtual |
virtual bool hasPendingEvents |
( |
| ) |
|
|
pure virtual |
virtual bool unregisterTimer |
( |
int |
timerId | ) |
|
|
pure virtual |
virtual bool unregisterTimers |
( |
QObject * |
object | ) |
|
|
pure virtual |
virtual void interrupt |
( |
| ) |
|
|
pure virtual |
virtual void startingUp |
( |
| ) |
|
|
virtual |
virtual void closingDown |
( |
| ) |
|
|
virtual |
bool filterEvent |
( |
void * |
message | ) |
|
The documentation for this class was generated from the following file: