GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
pygui.status_widget.ThreadStatusFrame Class Reference

Definition at line 23 of file status_widget.py.

Public Member Functions

def __init__ (self, parent, options)
 

Public Attributes

 thread_content
 

Private Member Functions

def _PeriodicThreadCheck (self)
 
def _setup_GUI (self)
 
def _ThreadCheck (self)
 
+ Inheritance diagram for pygui.status_widget.ThreadStatusFrame:
+ Collaboration diagram for pygui.status_widget.ThreadStatusFrame:

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 24 of file status_widget.py.

Member Function Documentation

◆ _PeriodicThreadCheck()

def pygui.status_widget.ThreadStatusFrame._PeriodicThreadCheck (   self)
private

◆ _setup_GUI()

def pygui.status_widget.ThreadStatusFrame._setup_GUI (   self)
private

Definition at line 30 of file status_widget.py.

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

◆ _ThreadCheck()

Member Data Documentation

◆ thread_content

pygui.status_widget.ThreadStatusFrame.thread_content

Definition at line 27 of file status_widget.py.

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