Belle II Software
release-08-01-10
|
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. | |
Viewer Object used to print data to the IPython Notebook. Do not use it on your own.
|
inherited |
Override this method!
Reimplemented in LogViewer, StatisticsViewer, CollectionsViewer, StylingWidget, DependencyViewer, ModuleViewer, and PathViewer.
def show | ( | self | ) |
def update | ( | self, | |
text_or_percentage | |||
) |