enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | setValue (self, value) |
def | getValue (self) |
def | postWidgetCreate (self, instance) |
Properties | |
value = property(getValue, setValue) | |
VariableValue can be used for components which have a variable value (like eSlider), based on any widget with setValue call
def Components.VariableValue.VariableValue.__init__ | ( | self | ) |
Reimplemented in Components.ProgressBar.ProgressBar, Components.VolumeBar.VolumeBar, and Components.Renderer.Progress.Progress.
def Components.VariableValue.VariableValue.getValue | ( | self | ) |
def Components.VariableValue.VariableValue.postWidgetCreate | ( | self, | |
instance | |||
) |
def Components.VariableValue.VariableValue.setValue | ( | self, | |
value | |||
) |