Public Member Functions | |
def | __init__ |
def | update |
Public Member Functions inherited from progressbar.WidgetHFill | |
def | update |
Public Member Functions inherited from progressbar.Widget | |
def | update |
Public Attributes | |
fill | |
fill_left | |
left | |
marker | |
right | |
Static Private Attributes | |
tuple | __slots__ = ('marker', 'left', 'right', 'fill', 'fill_left') |
Additional Inherited Members | |
Static Public Attributes inherited from progressbar.Widget | |
TIME_SENSITIVE = False | |
Definition at line 72 of file progressbar.py.
def progressbar.Bar.__init__ | ( | self, | |
marker = '#' , |
|||
left = '|' , |
|||
right = '|' , |
|||
fill = ' ' , |
|||
fill_left = True |
|||
) |
Creates a customizable progress bar. marker - string or updatable object to use as a marker left - string or updatable object to use as a left border right - string or updatable object to use as a right border fill - character to use for the empty part of the progress bar fill_left - whether to fill from the left or the right
Definition at line 78 of file progressbar.py.
def progressbar.Bar.update | ( | self, | |
pbar, | |||
width | |||
) |
Definition at line 94 of file progressbar.py.
References progressbar.Bar.fill, progressbar.Bar.fill_left, progressbar.format_updatable(), ShallowClustersProducer::NearDigis.left, KDTreeNode.left, progressbar.Bar.left, progressbar.Bar.marker, HCAL_HLX::LUMI_RAW_HEADER.marker, ShallowClustersProducer::NearDigis.right, KDTreeNodes< DATA >.right, KDTreeNode.right, progressbar.Bar.right, svgfig.Curve.Sample.right, and svgfig.Curve.Samples.right.
Referenced by progressbar.ProgressBar.__next__(), relval_steps.Matrix.__setitem__(), relval_steps.Steps.__setitem__(), Vispa.Gui.VispaWidget.VispaWidget.autosize(), Vispa.Views.LineDecayView.LineDecayContainer.createObject(), Vispa.Views.LineDecayView.LineDecayContainer.deselectAllObjects(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner.deselectAllWidgets(), Vispa.Gui.VispaWidget.VispaWidget.enableAutosizing(), progressbar.ProgressBar.finish(), Vispa.Gui.MenuWidget.MenuWidget.leaveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner.mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget.mouseMoveEvent(), Vispa.Views.LineDecayView.LineDecayContainer.mouseMoveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner.mouseReleaseEvent(), Vispa.Views.LineDecayView.LineDecayContainer.objectMoved(), relval_steps.Steps.overwrite(), Vispa.Views.LineDecayView.LineDecayContainer.removeObject(), Vispa.Gui.ConnectableWidget.ConnectableWidget.removePorts(), Vispa.Gui.FindDialog.FindDialog.reset(), Vispa.Gui.PortConnection.PointToPointConnection.select(), Vispa.Gui.VispaWidget.VispaWidget.select(), Vispa.Views.LineDecayView.LineDecayContainer.select(), Vispa.Gui.VispaWidget.VispaWidget.setText(), Vispa.Gui.VispaWidget.VispaWidget.setTitle(), Vispa.Gui.ZoomableWidget.ZoomableWidget.setZoom(), Vispa.Views.LineDecayView.LineDecayContainer.setZoom(), and Vispa.Gui.PortConnection.PointToPointConnection.updateConnection().
Definition at line 75 of file progressbar.py.
progressbar.Bar.fill |
Definition at line 90 of file progressbar.py.
Referenced by progressbar.Bar.update(), and progressbar.BouncingBar.update().
progressbar.Bar.fill_left |
Definition at line 91 of file progressbar.py.
Referenced by progressbar.Bar.update(), and progressbar.BouncingBar.update().
progressbar.Bar.left |
Definition at line 88 of file progressbar.py.
Referenced by svgfig.Curve.Samples.__len__(), progressbar.Bar.update(), and progressbar.BouncingBar.update().
progressbar.Bar.marker |
Definition at line 87 of file progressbar.py.
Referenced by cuy.superimposeElement.__init__(), cuy.graphElement.__init__(), progressbar.Bar.update(), and progressbar.BouncingBar.update().
progressbar.Bar.right |
Definition at line 89 of file progressbar.py.
Referenced by progressbar.Bar.update(), and progressbar.BouncingBar.update().