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

Part of elisa.plugins.slideshow.progressbar_osd View In Hierarchy

No class docstring
Line # Kind Name Docs
30 Method __init__ Undocumented
60 Method size__set Undocumented
66 Method length__set Set the length. The bar is automatically new painted
79 Method length__get to get the length:
98 Method cursor_position__set Set the position of the cursor. The bar is automatically new painted
109 Method cursor_position__get returns the position of the cursor
116 Method jump_to_position Jump to this position. This means that the cursor doesn't go there
def __init__(self):
Undocumented
def size__set(self, size):
Undocumented
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 )
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-29 19:14:29.