Home · All Classes · Modules

QAbstractEventDispatcher Class Reference
[QtCore module]

Inherits QObject.

Methods

Static Methods

Qt Signals


Detailed Description


Method Documentation

QAbstractEventDispatcher.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QAbstractEventDispatcher.closingDown (self)

QAbstractEventDispatcher.flush (self)

This method is abstract and should be reimplemented in any sub-class.

bool QAbstractEventDispatcher.hasPendingEvents (self)

This method is abstract and should be reimplemented in any sub-class.

QAbstractEventDispatcher QAbstractEventDispatcher.instance (QThread thread = None)

QAbstractEventDispatcher.interrupt (self)

This method is abstract and should be reimplemented in any sub-class.

bool QAbstractEventDispatcher.processEvents (self, QEventLoop.ProcessEventsFlags)

This method is abstract and should be reimplemented in any sub-class.

list-of-tuple-of-int-int QAbstractEventDispatcher.registeredTimers (self, QObject)

This method is abstract and should be reimplemented in any sub-class.

QAbstractEventDispatcher.registerSocketNotifier (self, QSocketNotifier)

This method is abstract and should be reimplemented in any sub-class.

int QAbstractEventDispatcher.registerTimer (self, int, QObject)

QAbstractEventDispatcher.registerTimer (self, int, int, QObject)

This method is abstract and should be reimplemented in any sub-class.

QAbstractEventDispatcher.startingUp (self)

QAbstractEventDispatcher.unregisterSocketNotifier (self, QSocketNotifier)

This method is abstract and should be reimplemented in any sub-class.

bool QAbstractEventDispatcher.unregisterTimer (self, int)

This method is abstract and should be reimplemented in any sub-class.

bool QAbstractEventDispatcher.unregisterTimers (self, QObject)

This method is abstract and should be reimplemented in any sub-class.

QAbstractEventDispatcher.wakeUp (self)

This method is abstract and should be reimplemented in any sub-class.


Qt Signal Documentation

void aboutToBlock ()

This is the default overload of this signal.

void awake ()

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0