Part of elisa.plugins.raval.raval_widgets.progressbar_osd View In Hierarchy
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 |
Parameters | length | the length of the process (type: as above: something to do mathematic stuff ) |
Parameters | position | the position to set to (type: something to do mathematic stuff with ) |
returns the position of the cursor @return : the position of the cursor
Parameters | position | the position to jump to (type: something to do mathematic stuff with ) |
Parameters | color | color of the background |