Class e.p.r.r.p.ProgressBarOsd(Group):

Part of elisa.plugins.raval.raval_widgets.progressbar_osd View In Hierarchy

No class docstring
Line # Kind Name Docs
32 Method __init__ Undocumented
70 Method size__set Set the size of the bar. The bar is automatically new painted
79 Method length__set Set the length. The bar is automatically new painted
92 Method length__get to get the length:
111 Method cursor_position__set Set the position of the cursor. The bar is automatically new painted
125 Method cursor_position__get returns the position of the cursor
132 Method jump_to_position Jump to this position. This means that the cursor doesn't go there
145 Method bg_color__set Set the background color. The bar is automatically new painted
152 Method bg_color__get returns the current background color
158 Method bar_color__set Set the color of the bar. The bar is automatically new painted
165 Method bar_color__get return the current color of the bar
def __init__(self, canvas, layer, length, bg_image, fg_image):
Undocumented
def size__set(self, size):
Set the size of the bar. The bar is automatically new painted
def length__set(self, length):
Set the length. The bar is automatically new painted
Parameterslengththe length of the process (type: as above: something to do mathematic stuff )
def length__get(self):
to get the length:
Returnsreturns the length
def cursor_position__set(self, position):
Set the position of the cursor. The bar is automatically new painted (with animation)
Parameterspositionthe position to set to (type: something to do mathematic stuff with )
def cursor_position__get(self):
returns the position of the cursor
@return : the position of the cursor
def jump_to_position(self, position):
Jump to this position. This means that the cursor doesn't go there with animationm but that it is there immediatly
Parameterspositionthe position to jump to (type: something to do mathematic stuff with )
def bg_color__set(self, color):
Set the background color. The bar is automatically new painted
Parameterscolorcolor of the background
def bg_color__get(self):
returns the current background color
def bar_color__set(self, color):
Set the color of the bar. The bar is automatically new painted
Parameterscolorcolor of the bar
def bar_color__get(self):
return the current color of the bar
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-09 19:37:04.