QAbstractEventDispatcher Class Reference
[QtCore module]
Inherits QObject.
Methods
- __init__ (self, QObject parent = None)
- closingDown (self)
- flush (self)
- bool hasPendingEvents (self)
- interrupt (self)
- bool processEvents (self, QEventLoop.ProcessEventsFlags)
- list-of-tuple-of-int-int registeredTimers (self, QObject)
- registerSocketNotifier (self, QSocketNotifier)
- int registerTimer (self, int, QObject)
- registerTimer (self, int, int, QObject)
- startingUp (self)
- unregisterSocketNotifier (self, QSocketNotifier)
- bool unregisterTimer (self, int)
- bool unregisterTimers (self, QObject)
- wakeUp (self)
Static Methods
- QAbstractEventDispatcher instance (QThread thread = None)
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.interrupt (self)
This method is abstract and should be reimplemented in any sub-class.
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.