Belle II Software development
|
Public Member Functions | |
def | __init__ (self, children) |
def | create (self) |
def | show (self) |
Public Attributes | |
children | |
The children for each process. | |
A widget to summarize all the infromation from different processes. Must be filled with the widgets of the single processes
def __init__ | ( | self, | |
children | |||
) |
def create | ( | self | ) |
Create the widget
Definition at line 266 of file viewer.py.
def show | ( | self | ) |
Show the widget
Definition at line 278 of file viewer.py.