QEventLoop Class Reference
[QtCore module]
Inherits QObject.
Types
Methods
Detailed Description
Type Documentation
QEventLoop.ProcessEventsFlag
Method Documentation
QEventLoop.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
int QEventLoop.exec_ (self, ProcessEventsFlags flags = QEventLoop.AllEvents)
QEventLoop.exit (self, int returnCode = 0)
bool QEventLoop.isRunning (self)
bool QEventLoop.processEvents (self, ProcessEventsFlags flags = QEventLoop.AllEvents)
QEventLoop.processEvents (self, ProcessEventsFlags, int)
QEventLoop.quit (self)
This method is also a Qt slot with the C++ signature void quit().
QEventLoop.wakeUp (self)