![]() |
![]() |
Public Member Functions | |
def | __init__ (self, resource, parent=None, steps=20, width=15, height=15) |
def | setProgress (self, progress) |
def | start (self) |
def | stop (self) |
Private Member Functions | |
def | _renderPixmaps (self) |
Private Attributes | |
_height | |
_pixmaps | |
_progressTimeLine | |
_resource | |
_steps | |
_width | |
Definition at line 5 of file RotatingIcon.py.
def Vispa.Main.RotatingIcon.RotatingIcon.__init__ | ( | self, | |
resource, | |||
parent = None , |
|||
steps = 20 , |
|||
width = 15 , |
|||
height = 15 |
|||
) |
Definition at line 6 of file RotatingIcon.py.
|
private |
Definition at line 19 of file RotatingIcon.py.
def Vispa.Main.RotatingIcon.RotatingIcon.setProgress | ( | self, | |
progress | |||
) |
Definition at line 39 of file RotatingIcon.py.
References Vispa.Main.RotatingIcon.RotatingIcon._pixmaps.
Referenced by Vispa.Main.RotatingIcon.RotatingIcon.start().
def Vispa.Main.RotatingIcon.RotatingIcon.start | ( | self | ) |
Definition at line 43 of file RotatingIcon.py.
References Vispa.Main.RotatingIcon.RotatingIcon.setProgress().
Referenced by progressbar.ProgressBar.__next__(), Types.LuminosityBlockRange.cppID(), and Types.EventRange.cppID().
def Vispa.Main.RotatingIcon.RotatingIcon.stop | ( | self | ) |
Definition at line 47 of file RotatingIcon.py.
|
private |
Definition at line 11 of file RotatingIcon.py.
|
private |
Definition at line 20 of file RotatingIcon.py.
Referenced by Vispa.Main.RotatingIcon.RotatingIcon.setProgress().
|
private |
Definition at line 12 of file RotatingIcon.py.
|
private |
Definition at line 8 of file RotatingIcon.py.
|
private |
Definition at line 9 of file RotatingIcon.py.
|
private |
Definition at line 10 of file RotatingIcon.py.