GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
pygui.status_widget.ThreadStatusFrame Class Reference

Detailed Description

Definition at line 23 of file status_widget.py.

Public Member Functions

 __init__ (self, parent, *options)
 

Public Attributes

dict thread_content = {}
 

Protected Member Functions

 _PeriodicThreadCheck (self)
 
 _setup_GUI (self)
 
 _ThreadCheck (self)
 

Protected Attributes

 _PeriodicThreadCheck
 
+ Inheritance diagram for pygui.status_widget.ThreadStatusFrame:
+ Collaboration diagram for pygui.status_widget.ThreadStatusFrame:

Constructor & Destructor Documentation

◆ __init__()

pygui.status_widget.ThreadStatusFrame.__init__ ( self,
parent,
* options )

Member Function Documentation

◆ _PeriodicThreadCheck()

◆ _setup_GUI()

pygui.status_widget.ThreadStatusFrame._setup_GUI ( self)
protected

Definition at line 30 of file status_widget.py.

Referenced by pygui.status_widget.ThreadStatusFrame._ThreadCheck().

◆ _ThreadCheck()

Member Data Documentation

◆ _PeriodicThreadCheck

pygui.status_widget.ThreadStatusFrame._PeriodicThreadCheck
protected

◆ thread_content

dict pygui.status_widget.ThreadStatusFrame.thread_content = {}

Definition at line 27 of file status_widget.py.

Referenced by pygui.status_widget.ThreadStatusFrame._ThreadCheck().