Qudi
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
core.threadmanager.ThreadItem Class Reference

This class represents a QThread. More...

Inheritance diagram for core.threadmanager.ThreadItem:
Inheritance graph
[legend]
Collaboration diagram for core.threadmanager.ThreadItem:
Collaboration graph
[legend]

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)
 

Detailed Description

This class represents a QThread.

str sigThreadHasQuit: sents a signal containig the name of the thread tha has quit

Constructor & Destructor Documentation

◆ __init__()

def core.threadmanager.ThreadItem.__init__ (   self,
  name 
)

Create a ThreadItwm object.

Parameters
strname: unique name of the thread

Member Function Documentation

◆ myThreadHasQuit()

def core.threadmanager.ThreadItem.myThreadHasQuit (   self)

Signal handler for quitting thread.

Re-emits signal containing the unique thread name.


The documentation for this class was generated from the following file: