Package moul :: Package qt :: Module mainwindow :: Class MoulRunningThread
[hide private]
[frames] | no frames]

Class MoulRunningThread



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

Nested Classes [hide private]

Inherited from PyQt4.QtCore.QThread: Priority


Instance Methods [hide private]
  __init__(self, parent=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  startChecker(self, timer)
  stopChecker(self)
  __del__(self)
  run(self)

Inherited from PyQt4.QtCore.QThread: childEvent, connectNotify, currentThread, currentThreadId, customEvent, disconnectNotify, exec_, exit, 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__, __repr__, __str__


Class Variables [hide private]

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

Inherited from PyQt4.QtCore.QObject: __reduce__, __reduce_ex__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, parent=None)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: sip.wrapper.__init__
(inherited documentation)

startChecker(self, timer)

 
None

stopChecker(self)

 
None

__del__(self)
(Destructor)

 
None

run(self)

 
None
Overrides: PyQt4.QtCore.QThread.run