Belle II Software  release-08-01-10
ProgressBarViewer Class Reference
Inheritance diagram for ProgressBarViewer:
Collaboration diagram for ProgressBarViewer:

Public Member Functions

def __init__ (self)
 
def update (self, text_or_percentage)
 
def show (self)
 
def create (self)
 

Public Attributes

 last_time
 The starting time of the process.
 
 last_percentage
 The starting percentage (obviously 0)
 
 progress_bar
 Widget of the progress bar itself.
 
 progress_label
 Label for the progress bar, shows progress in percent or status.
 
 progress_box
 Box widget that will be displayed, contains progress bar and status label.
 

Detailed Description

Viewer Object used to print data to the IPython Notebook.
Do not use it on your own.

Definition at line 66 of file viewer.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Create a new progress bar viewer.

Definition at line 72 of file viewer.py.

Member Function Documentation

◆ create()

def create (   self)
inherited
Override this method!

Reimplemented in LogViewer, StatisticsViewer, CollectionsViewer, StylingWidget, DependencyViewer, ModuleViewer, and PathViewer.

Definition at line 25 of file viewer.py.

◆ show()

def show (   self)
Display the widget

Reimplemented from IPythonWidget.

Definition at line 137 of file viewer.py.

◆ update()

def update (   self,
  text_or_percentage 
)
Update the widget with a new event number

Definition at line 94 of file viewer.py.


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