Qudi
|
This class represents a QThread. More...
Public Member Functions | |
def | __init__ (self, name) |
Create a ThreadItwm object. More... | |
def | myThreadHasQuit (self) |
Signal handler for quitting thread. More... | |
Public Attributes | |
thread | |
name | |
Static Public Attributes | |
sigThreadHasQuit = QtCore.Signal(str) | |
This class represents a QThread.
str sigThreadHasQuit: sents a signal containig the name of the thread tha has quit
def core.threadmanager.ThreadItem.__init__ | ( | self, | |
name | |||
) |
Create a ThreadItwm object.
str | name: unique name of the thread |
def core.threadmanager.ThreadItem.myThreadHasQuit | ( | self | ) |
Signal handler for quitting thread.
Re-emits signal containing the unique thread name.