Script scripterng_runtime :: Class RunThread
[hide private]
[frames] | no frames]

Class RunThread

source code

      object --+            
               |            
     sip.wrapper --+        
                   |        
PyQt4.QtCore.QObject --+    
                       |    
    PyQt4.QtCore.QThread --+
                           |
                          RunThread

Nested Classes [hide private]

Inherited from PyQt4.QtCore.QThread: Priority

Instance Methods [hide private]
 
__init__(self, func, *args)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
run(self) source code

Inherited from PyQt4.QtCore.QThread: childEvent, connectNotify, currentThread, currentThreadId, customEvent, disconnectNotify, exec_, exit, idealThreadCount, isFinished, isRunning, msleep, priority, quit, receivers, sender, setPriority, setStackSize, setTerminationEnabled, sleep, stackSize, start, terminate, timerEvent, usleep, wait

Inherited from PyQt4.QtCore.QObject: blockSignals, children, connect, deleteLater, disconnect, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, removeEventFilter, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, tr, trUtf8

Inherited from sip.wrapper: __delattr__, __getattribute__, __new__, __setattr__

Inherited from object: __hash__, __reduce__, __reduce_ex__, __repr__, __str__

Class Variables [hide private]

Inherited from PyQt4.QtCore.QThread: HighPriority, HighestPriority, IdlePriority, InheritPriority, LowPriority, LowestPriority, NormalPriority, TimeCriticalPriority

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, func, *args)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

run(self)

source code 
Overrides: PyQt4.QtCore.QThread.run